diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-08 17:56:31 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-08 17:56:31 +0000 |
commit | 2de9fa2b9bcc944a5671a1965813a56b1e1dfd5c (patch) | |
tree | 14a7873c785ec04068a85dc4148e349d32d2e6a3 /Changelog-Trunk.txt | |
parent | 74c9a56b7aa52fff54fa4a34a2f31910307b37eb (diff) | |
download | hercules-2de9fa2b9bcc944a5671a1965813a56b1e1dfd5c.tar.gz hercules-2de9fa2b9bcc944a5671a1965813a56b1e1dfd5c.tar.bz2 hercules-2de9fa2b9bcc944a5671a1965813a56b1e1dfd5c.tar.xz hercules-2de9fa2b9bcc944a5671a1965813a56b1e1dfd5c.zip |
- Fixed @movenpc
- Cleaned up and improved the lootsearch routine to pick nearest item.
- Added INVISIBLE_CLASS to the list of classes supported by npc_get_viewdata
- Fixed trying to set the view_data for npcs who are located on a map, but have no visual data.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5959 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 c12fcf0a2..64127e3fb 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.
2006/04/08
+ * Fixed @movenpc [Skotlex]
+ * Cleaned up and improved the lootsearch routine to pick nearest item.
+ [Skotlex]
+ * Fixed trying to set the view_data for npcs who are located on a map, but
+ have no visual data. [Skotlex]
* Added irc_athena.conf :) from now on, set your irc configuration in
conf/irc_athena.conf [Zido]
* Removed the baby class check when using "changebase" to change to the
|