diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-23 14:08:34 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-23 14:08:34 +0000 |
commit | c6b5397e443179b28e6e094452fd4966ceb36798 (patch) | |
tree | 89a2fb6d78fb5449d62ac888d1384d6f45440f47 /Changelog-Trunk.txt | |
parent | 3194533c578cb83b3c3b5e1fd2f9f151db2e53bc (diff) | |
download | hercules-c6b5397e443179b28e6e094452fd4966ceb36798.tar.gz hercules-c6b5397e443179b28e6e094452fd4966ceb36798.tar.bz2 hercules-c6b5397e443179b28e6e094452fd4966ceb36798.tar.xz hercules-c6b5397e443179b28e6e094452fd4966ceb36798.zip |
- Added view_data support to mercenary.*, so that the Homunculus entries are no longer required on the mob_db.
- Removed homunculus entries from mob_db.
- Added the status icon to NPC_CHANGEUNDEAD and the Flee/Hit foods
- Corrected the check that lets you walk when vending/chatting/etc.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9697 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 1c1b098af..3cefe4a30 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,11 @@ 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. +2007/01/23 + * Added view_data support to mercenary.*, so that the Homunculus entries + are no longer required on the mob_db. + * Added the status icon to NPC_CHANGEUNDEAD and the Flee/Hit foods. + * Corrected the check that lets you walk when vending/chatting/etc. 2007/01/22 * Reverted the battle_calc_return_damage code as the previous one was correct, ninja self-targetted skills CAN be reflected. [Skotlex] |