diff options
author | Asheraf <acheraf1998@gmail.com> | 2017-03-16 20:22:49 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2017-03-16 21:04:29 +0000 |
commit | 0023b7380e028676e6e81f4e3ccd63932386b3c8 (patch) | |
tree | 73e389225155fb4a57f3415e0c7fd6d614487a5d /db | |
parent | 1e03a5b09d71741e267147cfcd522f9ad7a53dc2 (diff) | |
download | hercules-0023b7380e028676e6e81f4e3ccd63932386b3c8.tar.gz hercules-0023b7380e028676e6e81f4e3ccd63932386b3c8.tar.bz2 hercules-0023b7380e028676e6e81f4e3ccd63932386b3c8.tar.xz hercules-0023b7380e028676e6e81f4e3ccd63932386b3c8.zip |
Correct Castling skill to use cooldown
Diffstat (limited to 'db')
-rw-r--r-- | db/re/skill_db.conf | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 03d35b687..ffc5e4e52 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -33989,18 +33989,7 @@ skill_db: ( NoDamage: true } NumberOfHits: 0 - SkillData2: { - Lv1: 60000 - Lv2: 70000 - Lv3: 80000 - Lv4: 90000 - Lv5: 129000 - Lv6: 129000 - Lv7: 129000 - Lv8: 129000 - Lv9: 129000 - Lv10: 129000 - } + CoolDown: 1000 FixedCastTime: -1 Requirements: { SPCost: 10 |