summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-04 14:17:51 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-04 14:17:51 +0000
commit07e900f02b198bbfec480fceefb4a492f5ca8911 (patch)
treeed7ccf14c60719ae053f6a859c9bf0c2db5d26aa /db/Changelog.txt
parentdf2b2685b7a23a4132af0cf9d863daa0669d2f4f (diff)
downloadhercules-07e900f02b198bbfec480fceefb4a492f5ca8911.tar.gz
hercules-07e900f02b198bbfec480fceefb4a492f5ca8911.tar.bz2
hercules-07e900f02b198bbfec480fceefb4a492f5ca8911.tar.xz
hercules-07e900f02b198bbfec480fceefb4a492f5ca8911.zip
- Rewrote Kaahi to behave as it should. It will hear whatever amount of damage accumulates in the time2 interval (500ms by default) after being hit.
- Changed skill_unit_move_unit_group to enable moving of all types of ground-skills except ensembles. - Modified NPC_STUNATTACK: Max level is 5, stun duration is 1+lv seconds. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6466 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/Changelog.txt')
-rw-r--r--db/Changelog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index 5f5d7bae5..9f5cdc69a 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -26,6 +26,11 @@
-----
=========================
+
+05/04
+ * Modified NPC_STUNATTACK: Max level is 5, stun duration is 1+lv seconds
+ (these duration values are guessed, but they are better than the previous
+ 5+lv seconds) [Skotlex]
05/03
* Fusion's cast time reduced to 0. [Skotlex]
* Removed all Novice Job bonusses [Playtester]