diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-24 15:25:50 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-24 15:25:50 +0000 |
commit | 827726c72c29c80c64a69fb6f866c9275b2d8573 (patch) | |
tree | d47427ad140c703a73574d8b97ea9f12927a1ab4 /Changelog-Trunk.txt | |
parent | cb21fbb0fe268d098a74469895d8162f1c3c8c2b (diff) | |
download | hercules-827726c72c29c80c64a69fb6f866c9275b2d8573.tar.gz hercules-827726c72c29c80c64a69fb6f866c9275b2d8573.tar.bz2 hercules-827726c72c29c80c64a69fb6f866c9275b2d8573.tar.xz hercules-827726c72c29c80c64a69fb6f866c9275b2d8573.zip |
- Reverted the previous change, changed the pet capture code to try to capture a mob based on their view class rather than actual class.
- Changed various instances of md->db->lv for md->level, since the later is the actual mob level.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8471 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d9f56257c..eb21cb3ca 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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/08/24
+ * Reverted the previous change, changed the pet capture code to try to
+ capture a mob based on their view class rather than actual class.
+ [Skotlex]
* Fixed the md->class_ variable not being updated when a mob's class is
changed. [Skotlex]
* Added setting clear_skills_on_warp to specify when a character's
|