[主角技能]======心魔试炼快速战斗不显示主角伤害记录修改

dev_chengFeng
wangzhenxing 2021-10-26 14:00:23 +08:00
parent ccd2b2ffd7
commit 4c292035cf
1 changed files with 1 additions and 1 deletions

View File

@ -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)