Update boss_hadronox.cpp

I hate travis, learn from buildbot
This commit is contained in:
Aokromes
2016-09-27 01:01:08 +02:00
committed by Aokromes
parent 0cb82d69ae
commit f2639df97a

View File

@@ -361,7 +361,7 @@ public:
}
// Safeguard to prevent Hadronox dying to NPCs
void DamageTaken(Unit* who, uint32& damage)
void DamageTaken(Unit* who, uint32& damage) override
{
if (!who->IsControlledByPlayer() && me->HealthBelowPct(70))
{