【魂印】前端容错
parent
39bb3d5c06
commit
18053ad192
|
@ -743,6 +743,10 @@ end
|
|||
local allSoulPrintUpHeros = {}-- soulPrintSid = {heroDid,heroDid,heroDid}
|
||||
--增加魂印装备的英雄did
|
||||
function this.AddSoulPrintUpHeroDynamicId(soulPrintSid, heroDid)
|
||||
if not equipConfig[soulPrintSid] then
|
||||
LogYellow("魂印表里不存在,需要策划君! "..soulPrintSid)
|
||||
return
|
||||
end
|
||||
if allSoulPrintUpHeros[soulPrintSid] then
|
||||
table.insert(allSoulPrintUpHeros[soulPrintSid],heroDid)
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue