Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c

dev_chengFeng
jiaoyangna 2021-06-02 11:08:20 +08:00
commit fd8d35fabb
1 changed files with 4 additions and 0 deletions

View File

@ -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