【四灵试炼】修复选择四灵中佩戴唯一性的魂印的助战神将,会导致自己无法佩戴的问题
parent
4d58acef1e
commit
61ce0ea1bc
|
|
@ -375,7 +375,7 @@ function this.UpdateHeroDatas(_msgHeroData,_msgPlayerData)
|
|||
local soulPrintList = {}
|
||||
for i,v in ipairs(_msgHeroData.soulPos) do
|
||||
local soulPrint = { equipId = v.equipId, position = v.position}
|
||||
SoulPrintManager.AddSoulPrintUpHeroDynamicId(v.equipId,heroData.dynamicId)
|
||||
-- SoulPrintManager.AddSoulPrintUpHeroDynamicId(v.equipId,heroData.dynamicId)
|
||||
table.insert(soulPrintList, soulPrint)
|
||||
end
|
||||
heroData.soulPrintList= soulPrintList
|
||||
|
|
|
|||
Loading…
Reference in New Issue