diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-12 22:19:01 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-12 22:19:01 +0000 |
commit | 7329737f2a2bf307822764fb774508f5b07aa140 (patch) | |
tree | 7f0daaf16d4b9642341f27b7d7ce3afc3a7d9849 /db/skill_require_db.txt | |
parent | 93d7910284829bb87fb803acb4ecc2948fdfcfc1 (diff) | |
download | hercules-7329737f2a2bf307822764fb774508f5b07aa140.tar.gz hercules-7329737f2a2bf307822764fb774508f5b07aa140.tar.bz2 hercules-7329737f2a2bf307822764fb774508f5b07aa140.tar.xz hercules-7329737f2a2bf307822764fb774508f5b07aa140.zip |
Fixed Fling requiring unknown amunition
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8252 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_require_db.txt')
-rw-r--r-- | db/skill_require_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_require_db.txt b/db/skill_require_db.txt index 91219aa84..8be7d8672 100644 --- a/db/skill_require_db.txt +++ b/db/skill_require_db.txt @@ -394,7 +394,7 @@ 498,0,0,200,0,0,0,99,0,0,none,0,7134,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0//AM_TWILIGHT3##
499,0,0,8,0,0,0,11,1,1,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_POWER##
500,0,0,2,0,0,1,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //GS_GLITTERING
-501,0,0,10,0,0,0,17:18:19:20:21,0,0,none,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //GS_FLING
+501,0,0,10,0,0,0,17:18:19:20:21,3:5,0,none,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //GS_FLING
502,0,0,10,0,0,0,17:18:19:20:21,3:5,1,none,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //GS_TRIPLEACTION
503,0,0,30,0,0,0,17:18:19:20:21,3:5,1,none,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //GS_BULLSEYE
504,0,0,10,0,0,0,17:18:19:20:21,0,0,none,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //GS_MADNESSCANCEL
|