mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[Performance] Adjust HP marquee call checks
This commit is contained in:
@@ -8659,9 +8659,6 @@ void Client::QuestReward(Mob* target, uint32 copper, uint32 silver, uint32 gold,
|
||||
}
|
||||
|
||||
void Client::SendHPUpdateMarquee(){
|
||||
if (!RuleB(Character, MarqueeHPUpdates))
|
||||
return;
|
||||
|
||||
if (!this || !this->IsClient() || !this->cur_hp || !this->max_hp)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user