【四灵试炼】修复选择四灵中佩戴唯一性的魂印的助战神将,会导致自己无法佩戴的问题

dev_chengFeng
gaoxin 2022-03-15 18:23:52 +08:00
parent 4d58acef1e
commit 61ce0ea1bc
1 changed files with 1 additions and 1 deletions

View File

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