Skip to content
Permalink
Browse files
Fix Reject Sword skill requirement
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
  • Loading branch information
zackdreaver committed Sep 23, 2015
1 parent 3c392e0 commit ae23441ed3e035549c8e6e4c8ccf92f0152f2666
Showing with 4 additions and 1 deletion.
  1. +4 −1 data/luafiles514/lua files/skillinfoz/skillinfolist.lub
@@ -2962,7 +2962,10 @@ SKILL_INFO_LIST = {
"ST_REJECTSWORD";
SkillName = "Reject Sword",
MaxLv = 5,
SpAmount = { 10, 15, 20, 25, 30 }
SpAmount = { 10, 15, 20, 25, 30 },
_NeedSkillList = {
{ SKID.RG_STRIPWEAPON,1 }
}
},

[SKID.ST_STEALBACKPACK] = {

0 comments on commit ae23441

Please sign in to comment.