diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-24 13:29:00 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-24 13:29:00 +0000 |
commit | d1e6e862597f8bbadb055f90e31828c2ed61d01b (patch) | |
tree | 609755bc4974ae0c54c1676717fe544c9cabf8a7 /Changelog-Trunk.txt | |
parent | 339ac6c105cc0548328e15adce1f94d7ecddb0bc (diff) | |
download | hercules-d1e6e862597f8bbadb055f90e31828c2ed61d01b.tar.gz hercules-d1e6e862597f8bbadb055f90e31828c2ed61d01b.tar.bz2 hercules-d1e6e862597f8bbadb055f90e31828c2ed61d01b.tar.xz hercules-d1e6e862597f8bbadb055f90e31828c2ed61d01b.zip |
* Corrected a fex misshaps from r11571:
- disabling the memory manager
- using the wrong length for the title and body in mail_savemessage
* Removed the quick-fix in the npc duplicate check and the impossible condition that is generating the warning.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11573 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index c0e733aa2..700bf564b 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,11 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/10/24 + * Corrected a fex misshaps from r11571: + - disabling the memory manager + - using the wrong length for the title and body in mail_savemessage + * Removed the quick-fix in the npc duplicate check and the impossible condition + that is generating the warning. [FlavioJS] * @/#jobchange no longer strips your equipment since pc_jobchange removes any unequippables already. * Removed the wasteful define MAX_PC_CLASS and replaced it by the |