summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-12 22:47:27 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-12 22:47:27 +0000
commit7049f49609ff7df50651781bdb23db66de751b96 (patch)
treee0970ae9bed11ebe592501b61b343c25024daea3 /Changelog-Trunk.txt
parentd35733732b5594c7e5da8146157a5d59325f0909 (diff)
downloadhercules-7049f49609ff7df50651781bdb23db66de751b96.tar.gz
hercules-7049f49609ff7df50651781bdb23db66de751b96.tar.bz2
hercules-7049f49609ff7df50651781bdb23db66de751b96.tar.xz
hercules-7049f49609ff7df50651781bdb23db66de751b96.zip
- Fixed a bug in the new knockback additional packet.
- Commented out the new knockback skill additional packet as it makes most skills not display an animation. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9482 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index b403ba99e..cfc2f026c 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,8 @@ 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/12/12
+ * Reverted the knockback update since it isn't working right with all
+ skills.
* Mobs now by default are "everyone's" enemy, so mobs are able to hit each another.
* Moved "unsetting" the angry mode from the mob_ai to the mob_damage
function, where it'll work regardless of who hits the mob.