Added free()'s

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@330 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
codemaster 2004-11-22 21:15:09 +00:00
parent dc78602f40
commit c39f85d63b

View File

@ -1,5 +1,6 @@
Date Added
11/22
* Added a few free()'s so that I am sure it freed the allocated memory (char & login) [Codemaster]
* Changed monsters_ignore_gm option to a level value. [Valaris]
(accounts greater than or equal to this setting won't be attacked by aggressives.)
* Fixed mapflag #s and constants for setmapflag and remove mapflag. [Valaris]