diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-31 14:00:28 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-31 14:00:28 +0000 |
commit | 4dde9f9302f5ccbb778dd0370de5475920c5d1bd (patch) | |
tree | b960571ebd95b6699cb109710809a77615062c79 /db/skill_db.txt | |
parent | 02362c16be45657f049202126fe48015d5213fad (diff) | |
download | hercules-4dde9f9302f5ccbb778dd0370de5475920c5d1bd.tar.gz hercules-4dde9f9302f5ccbb778dd0370de5475920c5d1bd.tar.bz2 hercules-4dde9f9302f5ccbb778dd0370de5475920c5d1bd.tar.xz hercules-4dde9f9302f5ccbb778dd0370de5475920c5d1bd.zip |
- Adjusted the range of Wall of Fog to 9 and Spider Web to 7
- Modified a bit the skill packets of Sharp-Shooting and Brandish Spear in hopes of fixing it.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5824 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_db.txt')
-rw-r--r-- | db/skill_db.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/skill_db.txt b/db/skill_db.txt index cc08a4b6e..b22dbef6c 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -423,8 +423,8 @@ 401,0,6,4,0,1,0,1,1,yes,0,0,0,none,0 //CH_SOULCOLLECT#Zen#
402,9,6,1,0,1,0,5,1,no,0,0,0,none,0 //PF_MINDBREAKER#Mind Breaker#
403,0,0,4,0,1,0,1,1,yes,0,0,0,magic,0 //PF_MEMORIZE#Foresight#
-404,3,6,2,2,1,0,5,1,yes,0,256,2,magic,0 //PF_FOGWALL#Blinding Mist#
-405,3,6,2,0,1,0,1,1,no,0,128,3,magic,0 //PF_SPIDERWEB#Fiber Lock#
+404,9,6,2,2,1,0,5,1,yes,0,256,2,magic,0 //PF_FOGWALL#Blinding Mist#
+405,7,6,2,0,1,0,1,1,no,0,128,3,magic,0 //PF_SPIDERWEB#Fiber Lock#
406,0,6,4,-1,2,2,10,1,no,33,0,0,weapon,0 //ASC_METEORASSAULT#Meteor Assault#
407,0,6,4,0,1,0,1,0,no,0,0,0,none,0 //ASC_CDP#Create Deadly Poison#
408,9,6,4,0,1,0,1,1,yes,0,4,0,none,0 //WE_BABY#Baby#
|