diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-11 00:07:25 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-11 00:07:25 +0000 |
commit | 2f22817e6ab822590613e9777f87a5690918b843 (patch) | |
tree | f97e24f007f0201be9ac29c12d5df967fc034521 /Changelog-Trunk.txt | |
parent | d715c9de85f3870332f7fc78e7754eddfed246bc (diff) | |
download | hercules-2f22817e6ab822590613e9777f87a5690918b843.tar.gz hercules-2f22817e6ab822590613e9777f87a5690918b843.tar.bz2 hercules-2f22817e6ab822590613e9777f87a5690918b843.tar.xz hercules-2f22817e6ab822590613e9777f87a5690918b843.zip |
* Fixed bAutoSpellOnSkill bonuses not working independently of each other (bugreport:4617, since r13596, related r14536).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14574 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 7ce5b41ef..da347adde 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2010/12/10 + * Fixed bAutoSpellOnSkill bonuses not working independently of each other (bugreport:4617, since r13596, related r14536). [Ai4rei] * Revised argument declaration of all script commands according to the actual functions' argument usage. [Ai4rei] - Fixed many script commands with fixed amount of optional parameters to no longer accept any amount of arguments due to faulty declaration. - Corrected use of dummy parameter for guildopenstorage in scripts. |