diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-22 19:56:26 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-22 19:56:26 +0000 |
commit | 20b96b7fc5a423389a1359cf2110a8231fb11656 (patch) | |
tree | f6ac25f2d08250f978e0b6fe39046d4ab9e52eb9 /Changelog-Trunk.txt | |
parent | f49666198ba97ff369bc25fb200668505aa1e381 (diff) | |
download | hercules-20b96b7fc5a423389a1359cf2110a8231fb11656.tar.gz hercules-20b96b7fc5a423389a1359cf2110a8231fb11656.tar.bz2 hercules-20b96b7fc5a423389a1359cf2110a8231fb11656.tar.xz hercules-20b96b7fc5a423389a1359cf2110a8231fb11656.zip |
- Updated skill_delayfix to return 0 for mobs since they have no skill delay other than the one specified in mob_skill_db
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6699 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e713c6af3..29c0899d8 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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/05/22
+ * Updated skill_delayfix to return 0 for mobs since they have no skill
+ delay other than the one specified in mob_skill_db [Skotlex]
* Corrected the 20 lvl diff 15% exp bonus on pk_mode servers. Thanks to
Vayu for pointing it out. [Skotlex]
* status_get_sc_tick will now use directly Stun's formula rather than
|