【ID1018635】 【唯一限制魂印】同时戴舍身济世和历战之躯,恭送掉该神将数据只会清一个,另一个依然是无法佩戴

dev_chengFeng
gaoxin 2021-09-27 20:18:10 +08:00
parent ed3f38f9cb
commit 94782f7cf4
1 changed files with 3 additions and 3 deletions

View File

@ -515,9 +515,9 @@ function this.DeleteHeroDatas(heroDIds)
-- 清除佩戴的魂印
local soulPrintList = heroDatas[heroDIds[i]].soulPrintList
for i = 1, #soulPrintList do
if soulPrintList[i] then
SoulPrintManager.DelSoulPrintUpHeroDynamicId(soulPrintList[i].equipId, heroDIds[i])
for j = 1, #soulPrintList do
if soulPrintList[j] then
SoulPrintManager.DelSoulPrintUpHeroDynamicId(soulPrintList[j].equipId, heroDIds[i])
end
end