diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-18 19:17:58 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-18 19:17:58 +0000 |
commit | bf31a904442f6dff4628206158f2bb9aca06f246 (patch) | |
tree | 16fe97e59de6ecbea7a513a3d44e1ed4d4f392b9 /Changelog-Trunk.txt | |
parent | 411dce8697f3637a2f27374911d333c5cb72ce22 (diff) | |
download | hercules-bf31a904442f6dff4628206158f2bb9aca06f246.tar.gz hercules-bf31a904442f6dff4628206158f2bb9aca06f246.tar.bz2 hercules-bf31a904442f6dff4628206158f2bb9aca06f246.tar.xz hercules-bf31a904442f6dff4628206158f2bb9aca06f246.zip |
* Fixed the incorrect map names on the debug messages (mapid->mapindex mishap from r11508).
* Fixed the incorrect reporting of npc names being too long when the the length is 24 (from r11508).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11512 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e3b1f3fda..0a65b06ad 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,10 @@ 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/18 + * Fixed the incorrect map names on the debug messages (mapid->mapindex + mishap from r11508). + * Fixed the incorrect reporting of npc names being too long when the the + length is 24 (from r11508). [FlavioJS] * Rev. 11511 Commented out ShowWarning and ShowDebug messages added [L0ne_W0lf] in revision 11508. Aside from the ShowDebug being faulty, they are both fare too annoying for public use for the time being. |