【战斗】 额外技能添加5技能

dev_chengFeng
wangzhenxing 2020-11-14 20:20:06 +09:00
parent 406cf2e1f7
commit 1287453f10
1 changed files with 2 additions and 0 deletions

View File

@ -417,6 +417,8 @@ function BattleUtil.GetExtraSkillbyId(id)
return ExtraReleaseSkill.skill3
elseif id==4 then
return ExtraReleaseSkill.skill4
elseif id==5 then
return ExtraReleaseSkill.skill5
end
end