[主角技能]======心魔试炼快速战斗不显示主角伤害记录修改
parent
ccd2b2ffd7
commit
4c292035cf
|
@ -69,7 +69,7 @@ function BattleAnalysisManager:OnAddRole(role)
|
|||
data.info = role
|
||||
end
|
||||
function BattleAnalysisManager:OnAddMonster(monster)
|
||||
if monster.uid==20100 then
|
||||
if monster.position==100 or monster.uid==20100 then
|
||||
monster.type=1
|
||||
end
|
||||
local data = self:GetRecordData(monster)
|
||||
|
|
Loading…
Reference in New Issue