【ID1018635】 【唯一限制魂印】同时戴舍身济世和历战之躯,恭送掉该神将数据只会清一个,另一个依然是无法佩戴
parent
ed3f38f9cb
commit
94782f7cf4
|
@ -515,9 +515,9 @@ function this.DeleteHeroDatas(heroDIds)
|
||||||
|
|
||||||
-- 清除佩戴的魂印
|
-- 清除佩戴的魂印
|
||||||
local soulPrintList = heroDatas[heroDIds[i]].soulPrintList
|
local soulPrintList = heroDatas[heroDIds[i]].soulPrintList
|
||||||
for i = 1, #soulPrintList do
|
for j = 1, #soulPrintList do
|
||||||
if soulPrintList[i] then
|
if soulPrintList[j] then
|
||||||
SoulPrintManager.DelSoulPrintUpHeroDynamicId(soulPrintList[i].equipId, heroDIds[i])
|
SoulPrintManager.DelSoulPrintUpHeroDynamicId(soulPrintList[j].equipId, heroDIds[i])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue