mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
Update boss_hadronox.cpp
I hate travis, learn from buildbot
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user