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 | |
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
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index df03d8cee..0f3a1c58f 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,8 @@ -----
=========================
+08/20
+ * Fixed Fling not reducing DEF for 30 seconds [Playtester]
08/19
* Removed event bonus of 4 year anniversary hat [Playtester]
* Added HAMI_CASTLE block time [Toms]
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
|