diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-24 15:10:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-24 15:10:51 +0000 |
commit | bcfd26477585eb8de9ec336cd201688e9314150e (patch) | |
tree | 69ace2996d9385022b8d5501fd9c3df78f3e62d5 /Changelog-Trunk.txt | |
parent | 1e629a763c308781b17c03bc64e937006b568bac (diff) | |
download | hercules-bcfd26477585eb8de9ec336cd201688e9314150e.tar.gz hercules-bcfd26477585eb8de9ec336cd201688e9314150e.tar.bz2 hercules-bcfd26477585eb8de9ec336cd201688e9314150e.tar.xz hercules-bcfd26477585eb8de9ec336cd201688e9314150e.zip |
- Changed Land Protector's range back to 3.
- fixed unban unblocking players as well.
- Fixed Volcano/Deluge/Violent Gale increasing damage based on element of attack instead of defense element of attacker.
- Cleaned up the code of Magic Rod, fixed it not giving SP.
- Moved the code of Hermod and Basilica to castend_pos2 so it should work now.
- Modified the code of Ankle Snare so the status ends on unit's time-limit rather than when the snared object moves away.
- Re-worded the water check of ST_WATER skills.
- Allowed sc-cast reductions to be processed even when cast-time is instant (to let suffragium end even on instant-cast skills)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7855 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 62d04bc39..b1b2c08dd 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,18 @@ 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.
+2006/07/24
+ * fixed unban unblocking players as well. [Skotlex]
+ * Fixed Volcano/Deluge/Violent Gale increasing damage based on element of
+ attack instead of defense element of attacker. [Skotlex]
+ * Cleaned up the code of Magic Rod, fixed it not giving SP. [Skotlex]
+ * Moved the code of Hermod and Basilica to castend_pos2 so it should work
+ now. [Skotlex]
+ * Modified the code of Ankle Snare so the status ends on unit's time-limit
+ rather than when the snared object moves away. [Skotlex]
+ * Re-worded the water check of ST_WATER skills. [Skotlex]
+ * Allowed sc-cast reductions to be processed even when cast-time is instant
+ (to let suffragium end even on instant-cast skills) [Skotlex]
2006/07/23
* Modified setting skillrange_by_weapon (skill.conf) to be a
per-object-type setting instead of yes/no. The default now is that
|