summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-10 14:57:49 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-10 14:57:49 +0000
commitce55e06f289c7c124be78b9bf7e4069d940c34f4 (patch)
tree49925965cf1a9ed2e643a957586724461ab771b6 /db/Changelog.txt
parent513bd73defb9054947423e3deac5b18dd4629716 (diff)
downloadhercules-ce55e06f289c7c124be78b9bf7e4069d940c34f4.tar.gz
hercules-ce55e06f289c7c124be78b9bf7e4069d940c34f4.tar.bz2
hercules-ce55e06f289c7c124be78b9bf7e4069d940c34f4.tar.xz
hercules-ce55e06f289c7c124be78b9bf7e4069d940c34f4.zip
- Made the NPC_BREAK* skills no damage skills. Removed their code from the skill cast end damage id function.
- Also raised their max level to 10. Made their breaking chance 10%*lv git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5250 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/Changelog.txt')
-rw-r--r--db/Changelog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index cfb3060de..b22d76f9d 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -30,6 +30,8 @@
=========================
02/10
+ * Changed the max level of the NPC_BREAK skills to 10. Changed their
+ element to 0 and made them no damage skills. [Skotlex]
* Weapon Repair update. SP cost 30, Cast time 7.5 secs, interruptable. [Skotlex]
02/09
* Modified Magnum break's delay to 0, time1 to 2 secs, time2 to 10 secs.