diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-10 21:32:56 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-10 21:32:56 +0000 |
commit | 69ebeeb417756359eee461ea9db90d96564d8536 (patch) | |
tree | 8d6a18798d5695fdf2d2e30d0854c787166af324 /Changelog-Trunk.txt | |
parent | cac083ed64b282609df7695e4e63f23f080f567e (diff) | |
download | hercules-69ebeeb417756359eee461ea9db90d96564d8536.tar.gz hercules-69ebeeb417756359eee461ea9db90d96564d8536.tar.bz2 hercules-69ebeeb417756359eee461ea9db90d96564d8536.tar.xz hercules-69ebeeb417756359eee461ea9db90d96564d8536.zip |
* Removed 'into_abyss' effect on traps; tests show that it works ONLY for Gemstones (tho' iRO website claims otherwise) - bugreport:171
- corrected code that was exploiting the flag as an 'expired' trap flag (replaced it with a more jAthena-ish approach)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11397 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 d89524bc4..cab099369 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. 2007/10/10 + * Removed 'into_abyss' effect on traps; tests show that it works ONLY + for Gemstones (tho' iRO website claims otherwise) - bugreport:171 + - corrected code that was exploiting the flag as an 'expired' trap flag + (replaced it with a more jAthena-ish approach) * Fixed a messup in r11347 causing skill units to expire, trigger or not trigger, completely randomly 2007/10/09 |