Update - 1.9.0.107
EN: 1.9.0.107 CN: 1.9.0.108 JP: 1.9.0.112 KR: 1.9.0.112
This commit is contained in:
@@ -78,7 +78,7 @@ function MonsterHudCtrl:ResetHit()
|
||||
self.nBeforeHpMax = 0
|
||||
end
|
||||
function MonsterHudCtrl:SetMonsterId(nEntityId)
|
||||
if self.nEntityId ~= nil or self.nEntityId ~= 0 then
|
||||
if self.nEntityId ~= nil and self.nEntityId ~= 0 then
|
||||
EventManager.RemoveEntityEvent("HpChanged", self.nEntityId, self, self.OnEvent_HpChanged)
|
||||
end
|
||||
self.nEntityId = nEntityId
|
||||
|
||||
Reference in New Issue
Block a user