diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-08 19:05:21 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-08 19:05:21 +0000 |
commit | 215674c27bd3ba99de23c81356a77c94bc967b6a (patch) | |
tree | cd6b7a06602042e066ba157781c2a365f3c2cd71 /Changelog-Trunk.txt | |
parent | 2de9fa2b9bcc944a5671a1965813a56b1e1dfd5c (diff) | |
download | hercules-215674c27bd3ba99de23c81356a77c94bc967b6a.tar.gz hercules-215674c27bd3ba99de23c81356a77c94bc967b6a.tar.bz2 hercules-215674c27bd3ba99de23c81356a77c94bc967b6a.tar.xz hercules-215674c27bd3ba99de23c81356a77c94bc967b6a.zip |
- Fixed skill_nocast_db reading so that when the same skill is specified multiple times, the blocked effects add up instead of replacing each other.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5960 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 64127e3fb..b12d3353f 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/04/08
+ * Fixed skill_nocast_db reading so that when the same skill is specified
+ multiple times, the blocked effects add up instead of replacing each other.
+ [Skotlex]
* Fixed @movenpc [Skotlex]
* Cleaned up and improved the lootsearch routine to pick nearest item.
[Skotlex]
|