【副本战斗】战斗结算时报错

dev_chengFeng
gaoxin 2021-09-28 11:20:42 +08:00
parent 94782f7cf4
commit 4d4e8cf55e
1 changed files with 1 additions and 1 deletions

View File

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