summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-01 08:06:46 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-01 08:06:46 +0000
commitff6a7baa2a4ac1896980cadede3ed53dc091caee (patch)
treeafd5ee2aa4c45eff33a21aae42de1f8a5df49bca /Changelog-Trunk.txt
parent6f14691e22610707e4ea859c47f44e8a8f8e14a9 (diff)
downloadhercules-ff6a7baa2a4ac1896980cadede3ed53dc091caee.tar.gz
hercules-ff6a7baa2a4ac1896980cadede3ed53dc091caee.tar.bz2
hercules-ff6a7baa2a4ac1896980cadede3ed53dc091caee.tar.xz
hercules-ff6a7baa2a4ac1896980cadede3ed53dc091caee.zip
Removed hardcoded equip position names from getequipname (bugreport:2156).
Now it's the npc's responsibility to store and display the names. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13171 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 629cf617f..6c3b75456 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,9 @@ 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.
+2008/09/01
+ * Removed hardcoded equip position names from getequipname (bugreport:2156)
+ - now it's the npc's responsibility to store and display the names
2008/08/28
* Fixed @cash/@points not handling negative values properly (bugreport:2132) [ultramage]
2008/08/26