diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-26 00:22:28 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-26 00:22:28 +0000 |
commit | e51efc0c9d4fb9a66ab31e66722bf264a6596209 (patch) | |
tree | 43fc3c59fc7d653899bd9d9adc856ef4a904b9a3 /Changelog-Trunk.txt | |
parent | 8f6a6d949ee9f2fdeb85d1bb9348c7abc7c12af1 (diff) | |
download | hercules-e51efc0c9d4fb9a66ab31e66722bf264a6596209.tar.gz hercules-e51efc0c9d4fb9a66ab31e66722bf264a6596209.tar.bz2 hercules-e51efc0c9d4fb9a66ab31e66722bf264a6596209.tar.xz hercules-e51efc0c9d4fb9a66ab31e66722bf264a6596209.zip |
Fixed strnpcinfo(1) returning blank strings when NPC names did not have a hidden portion of the display name. (bugreport:3758)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14170 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index c12dfe842..f5ff2c626 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2009/11/25 + * Fixed strnpcinfo(1) returning blank strings when NPC names did not have a hidden portion of the display name. (bugreport:3758) [Paradox924X] 2009/11/23 * Fixed player keeps bleeding when dead. [Inkfish] - If battle_config.invincible_nodamage is true, reflected damage to targets in invincible status is now 1. |