diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-20 19:49:01 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-20 19:49:01 +0000 |
commit | 065abbacf70dbc690e76beecc88bdf3faf95d891 (patch) | |
tree | ab210a65f4041da2a873892394b70d1533f42522 /db/skill_cast_db.txt | |
parent | d9ca598974201dc82bf407b54e82990ba54ba903 (diff) | |
download | hercules-065abbacf70dbc690e76beecc88bdf3faf95d891.tar.gz hercules-065abbacf70dbc690e76beecc88bdf3faf95d891.tar.bz2 hercules-065abbacf70dbc690e76beecc88bdf3faf95d891.tar.xz hercules-065abbacf70dbc690e76beecc88bdf3faf95d891.zip |
Fixed Fling not reducing DEF for 30 seconds
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8382 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_cast_db.txt')
-rw-r--r-- | db/skill_cast_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index a01155f88..69f25295b 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -843,7 +843,7 @@ //-- GS_GLITTERING
500,0,0,0,600000,0
//-- GS_FLING
-501,0,1000,0,0,0
+501,0,1000,0,30000,0
//-- GS_TRIPLEACTION
502,0,1000,0,0,0
//-- GS_BULLSEYE
|