@@ -80,7 +80,7 @@ function equipHechengDo(human, id, indexList)
-- 检查 装备下标是否正确
local isExist = {}
for _,idx in pairs(indexList) do
- if isExist then
+ if isExist[idx] then
Broadcast.sendErr(human, Util.format(Lang.DRILL_CHOOSE_MY_ERR_INDEX))
return
end