diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-22 18:48:17 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-22 18:48:17 +0000 |
commit | 698f167652b8743b0991c958c1534e42b56aadae (patch) | |
tree | df0491058d2cb3f7eada0971b6ce54e4ca106f73 | |
parent | 8e861470ee07937678d89ff05ef39c9a6325a262 (diff) | |
download | hercules-698f167652b8743b0991c958c1534e42b56aadae.tar.gz hercules-698f167652b8743b0991c958c1534e42b56aadae.tar.bz2 hercules-698f167652b8743b0991c958c1534e42b56aadae.tar.xz hercules-698f167652b8743b0991c958c1534e42b56aadae.zip |
Added a duration to Disarm
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8438 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 68abf6ff2..bac8e0ada 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,7 @@ =========================
08/22
+ * Added a duration to Disarm [Playtester]
* Final fix on Grand Cross weapon [Playtester]
* Some fixes on Grand Cross weapon, might need more fixes [Playtester]
* Removed event bonus on Celebration Ring [Playtester]
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 1b2f3060b..84af86a75 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -861,7 +861,7 @@ //-- GS_TRACKING
512,1200:1400:1600:1800:2000:2200:2400:2600:2800:3000,0,0,0,0
//-- GS_DISARM
-513,0,1000,0,0,0
+513,0,1000,0,75000:90000:105000:120000:135000,0
//-- GS_PIERCINGSHOT
514,0,1000,0,0,120000
//-- GS_RAPIDSHOWER
|