diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-02 01:49:27 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-02 01:49:27 +0000 |
commit | 80ee93f183303ccc188fdc587bd25330a192b4e6 (patch) | |
tree | 20633bcdda78d66281cfeea577d202132877f9f4 /Changelog-Trunk.txt | |
parent | c9fa0221f3c171550b99772b2c3eafec0e02bbb8 (diff) | |
download | hercules-80ee93f183303ccc188fdc587bd25330a192b4e6.tar.gz hercules-80ee93f183303ccc188fdc587bd25330a192b4e6.tar.bz2 hercules-80ee93f183303ccc188fdc587bd25330a192b4e6.tar.xz hercules-80ee93f183303ccc188fdc587bd25330a192b4e6.zip |
- Fixed passive mobs becoming increasingly unlikely to retaliate to attacks after they got inflicted by a disabling status change.
- Changed the "is_boss" define to check for mode MD_BOSS instead of giving mvp exp.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9384 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 81f82b628..4aba37ef0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,10 @@ 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/12/01 + * Fixed passive mobs becoming increasingly unlikely to retaliate to attacks + after they got inflicted by a disabling status change. [Skotlex] + * Changed the "is_boss" define to check for mode MD_BOSS instead of giving + mvp exp. [Skotlex] * Updated sql files [Playtester] * Fixed txt-converter compilation. [Skotlex] * STRECOVERYno longer makes a mob unlock it's target like Cure does. |