【回放】修复战斗回放时报错
parent
9874f5b42a
commit
2a4b70f212
|
@ -105,6 +105,9 @@ function this:Init()
|
||||||
iconNum = 20
|
iconNum = 20
|
||||||
local randomNum = 8--math.random(2,3)
|
local randomNum = 8--math.random(2,3)
|
||||||
PlayerManager.GetFightMapPlayerNPCData(randomNum,function(NPCList)
|
PlayerManager.GetFightMapPlayerNPCData(randomNum,function(NPCList)
|
||||||
|
if this.isClose then
|
||||||
|
return
|
||||||
|
end
|
||||||
--LogGreen("NPCList:"..LengthOfTable(NPCList))
|
--LogGreen("NPCList:"..LengthOfTable(NPCList))
|
||||||
local index = 1
|
local index = 1
|
||||||
local area = monsterArea[m_curMapId]
|
local area = monsterArea[m_curMapId]
|
||||||
|
|
Loading…
Reference in New Issue