Scripts/Naxxramax: Fix clang warning

This commit is contained in:
jackpoz
2015-11-01 18:40:35 +01:00
parent 146608985d
commit da0671f4fe

View File

@@ -172,7 +172,7 @@ public:
Talk(SAY_DEATH);
}
void DamageTaken(Unit* /*who*/, uint32& damage) // prevent noth from somehow dying in the balcony phase
void DamageTaken(Unit* /*who*/, uint32& damage) override // prevent noth from somehow dying in the balcony phase
{
if (!events.IsInPhase(PHASE_BALCONY))
return;