mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Fix merge issue with Marquee check
This commit is contained in:
parent
db64e39651
commit
fac75b6f16
@ -3353,7 +3353,7 @@ void Mob::CommonDamage(Mob* attacker, int &damage, const uint16 spell_id, const
|
||||
|
||||
SetHP(GetHP() - damage);
|
||||
|
||||
if (IsClient())
|
||||
if (IsClient() && RuleB(Character, MarqueeHPUpdates))
|
||||
this->CastToClient()->SendHPUpdateMarquee();
|
||||
|
||||
if (HasDied()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user