【回放】修复战斗回放时报错

dev_chengFeng
gaoxin 2021-04-25 21:30:25 +08:00
parent 9874f5b42a
commit 2a4b70f212
1 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,9 @@ function this:Init()
iconNum = 20
local randomNum = 8--math.random(2,3)
PlayerManager.GetFightMapPlayerNPCData(randomNum,function(NPCList)
if this.isClose then
return
end
--LogGreen("NPCList:"..LengthOfTable(NPCList))
local index = 1
local area = monsterArea[m_curMapId]