diff options
author | xantara <xantara@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-12 03:10:30 +0000 |
---|---|---|
committer | xantara <xantara@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-12 03:10:30 +0000 |
commit | 87fb5efc4190c46ae9e4786d1ca3289af92b6882 (patch) | |
tree | 591dba578cc975fdcdbc589d13e7142569cd6bf5 | |
parent | 428a700c098bce303bbfe1278ab0802299765c4c (diff) | |
download | hercules-87fb5efc4190c46ae9e4786d1ca3289af92b6882.tar.gz hercules-87fb5efc4190c46ae9e4786d1ca3289af92b6882.tar.bz2 hercules-87fb5efc4190c46ae9e4786d1ca3289af92b6882.tar.xz hercules-87fb5efc4190c46ae9e4786d1ca3289af92b6882.zip |
` Fixed Spear Quicken and Overbrand skills' weapon requirements (bugreport:5292 and bugreport:5312)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15568 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/re/skill_require_db.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/skill_require_db.txt b/db/re/skill_require_db.txt index 5fcb94aba..864509a16 100644 --- a/db/re/skill_require_db.txt +++ b/db/re/skill_require_db.txt @@ -185,7 +185,7 @@ 255,0,0,25,0,0,0,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 //CR_DEVOTION#ディボ?ション# 256,0,0,30,0,0,0,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 //CR_PROVIDENCE#プロヴィデンス# 257,0,0,30,0,0,0,99,0,0,shield,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_DEFENDER#ディフェンダ?# -258,0,0,24:28:32:36:40:44:48:52:56:60,0,0,0,5,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_SPEARQUICKEN#スピアクイッケン# +258,0,0,24:28:32:36:40:44:48:52:56:60,0,0,0,4:5,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_SPEARQUICKEN#スピアクイッケン# 261,0,0,8,0,0,0,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 //MO_CALLSPIRITS#?功# 262,0,0,5,0,0,0,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 //MO_ABSORBSPIRITS#?奪# @@ -624,7 +624,7 @@ 2314,0,0,150,0,0,0,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 //LG_RAGEBURST#Rage Burst# 2315,0,0,50,0,0,0,99,0,0,shield,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LG_SHIELDSPELL#Shield Spell# 2316,0,0,24:28:32:36:40,0,0,0,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 //LG_EXEEDBREAK#Exceed Break# -2317,0,0,42:44:46:48:50,0,0,0,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 //LG_OVERBRAND#Over Brand# +2317,0,0,42:44:46:48:50,0,0,0,4:5,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LG_OVERBRAND#Over Brand# 2318,0,0,75:80:85:90:95,0,0,0,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 //LG_PRESTIGE#Prestige# 2319,0,0,30:36:42:48:54,0,0,0,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 //LG_BANDING#Banding# 2320,0,0,20:24:28:32:36,0,0,0,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 //LG_MOONSLASHER#Moon Slasher# |