summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-12-01 22:48:05 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-12-01 22:48:05 +0000
commit6d2c353d0cb6afbeceeb4f3d40c56aa018183203 (patch)
treefd91f4e5e4128c45403632c7a9271826d072df0f /Changelog-Trunk.txt
parent3c11e7169e1f9f888226f4a6fab6193d0b64044d (diff)
downloadhercules-6d2c353d0cb6afbeceeb4f3d40c56aa018183203.tar.gz
hercules-6d2c353d0cb6afbeceeb4f3d40c56aa018183203.tar.bz2
hercules-6d2c353d0cb6afbeceeb4f3d40c56aa018183203.tar.xz
hercules-6d2c353d0cb6afbeceeb4f3d40c56aa018183203.zip
* Fixed rare crash when using Flying Kick on clones (bugreport:2506)
* Corrected Flying Kick's debuff rules to match official servers - only works on players - soul linkers and stalkers with Preserve active are immune - only removes Berserk Potion, Kaahi, Kaite, 1HQ, AAR and Soul Links git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13392 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 396817b86..8eb1401a0 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,12 @@ 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.
+2008/12/01
+ * Fixed rare crash when using Flying Kick on clones (bugreport:2506) [ultramage]
+ * Corrected Flying Kick's debuff rules to match official servers
+ - only works on players
+ - soul linkers and stalkers with Preserve active are immune
+ - only removes Berserk Potion, Kaahi, Kaite, 1HQ, AAR and Soul Links
2008/11/27
* Fixed a memory leak when returning a string variable in the script engine. [FlavioJS]
(since r9864/r9865, fixes bugreport:2488)