【战斗】修复无尽副本战斗结束后报错

dev_chengFeng
gaoxin 2021-09-27 16:57:40 +08:00
parent 70ebab2fe1
commit 38f41e7517
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ function this.ShowBattleResultByEndless()
if m_battlePanel then
m_battlePanel:ClosePanel()
end
self:ClosePanel()
this:ClosePanel()
Game.GlobalEvent:DispatchEvent(GameEvent.Bag.BagGold)
end,0, true, true)
end)