diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-03 16:26:38 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-03 16:26:38 +0000 |
commit | 443cecd840029f0b758d32eb3e51d12e555ef0a1 (patch) | |
tree | 2f978e6e3faf1a18769a95cfcb8e2f47deb1c926 /Changelog-Trunk.txt | |
parent | 5e4f830c297c26c9bccb1bac30c04f086b5e2ab2 (diff) | |
download | hercules-443cecd840029f0b758d32eb3e51d12e555ef0a1.tar.gz hercules-443cecd840029f0b758d32eb3e51d12e555ef0a1.tar.bz2 hercules-443cecd840029f0b758d32eb3e51d12e555ef0a1.tar.xz hercules-443cecd840029f0b758d32eb3e51d12e555ef0a1.zip |
- Moved skill_counter_additional_effect calls to trigger right after skill_additional_effect (which means they trigger at the end of the attack motion for physical attacks)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5888 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 af763c428..d5424da32 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/04/03
+ * Moved skill_counter_additional_effect calls to trigger right after
+ skill_additional_effect (which means they trigger at the end of the attack
+ motion for physical attacks instead of at the beginning of the attack
+ animation) [Skotlex]
* Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to
foobar. [Skotlex]
* When you have the wrong ammo-type equipped the skill-failed message is
|