mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Scripts/Naxxramax: Fix clang warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user