Skip to content

Commit

Permalink
spellbook 是合法的魔法书ID
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Jun 10, 2020
1 parent 90b9ff9 commit 9a0908f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/core/slk/frontend_extracheck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ local function check_order_id()
if skill._code == 'ANcl' then
check_skill_order(skill, skill.dataf, lang.report.ERROR_ORDER_IN_ANcl)
elseif skill._code == 'Aspb' then
check_skill_order(skill, skill.datae, lang.report.ERROR_ORDER_IN_Aspb)
if skill.datae ~= 'spellbook' then
check_skill_order(skill, skill.datae, lang.report.ERROR_ORDER_IN_Aspb)
end
end
end
end
Expand Down

0 comments on commit 9a0908f

Please sign in to comment.