summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-14 06:55:27 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-14 06:55:27 +0000
commit043adb4391aae776a2288fcba9096adcea31b9dc (patch)
tree6c980f0fa957fcf4789d0d78e4f8676069900eef /Changelog-Trunk.txt
parentc8b67a10b98d24a8c9ca365bb6171ad1419f6a6f (diff)
downloadhercules-043adb4391aae776a2288fcba9096adcea31b9dc.tar.gz
hercules-043adb4391aae776a2288fcba9096adcea31b9dc.tar.bz2
hercules-043adb4391aae776a2288fcba9096adcea31b9dc.tar.xz
hercules-043adb4391aae776a2288fcba9096adcea31b9dc.zip
* [Improved]:
- npc_parse_script to show information and remove duplicated NPCs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7148 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 6f9d9b731..7e605b08f 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.
+2006/06/14
+ * [Improved]:
+ - npc_parse_script to show information and remove duplicated NPCs [Lance]
2006/06/13
* Updated mob_db.sql and item_db.sql to latest. [Skotlex]
* Added account_id index to char table. Thanks to Buuyo for reporting it.