[Performance] Adjust HP marquee call checks

This commit is contained in:
Akkadius
2017-03-28 15:49:13 -05:00
parent 138ad99eea
commit a06d5fab89
3 changed files with 3 additions and 5 deletions
-3
View File
@@ -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;