aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2015-11-01 18:40:35 +0100
committerMitchesD <majklprofik@seznam.cz>2015-11-06 10:56:27 +0100
commit5f5ac9630c2716b54a584022e0f69b6507138af0 (patch)
treeaa7e95c25883ebed27f6cebfc28d4db255fb19b8 /src
parentabb714a36ec6079ee94df61b6073e2fe91939e48 (diff)
Scripts/Naxxramax: Fix clang warning
(cherry picked from commit da0671f4fee1ee00a45dc15e4ddd94d3f9c82a18)
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/Naxxramas/boss_noth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/Naxxramas/boss_noth.cpp b/src/server/scripts/Northrend/Naxxramas/boss_noth.cpp
index 7fbf0c913e0..5f9ca92aaf4 100644
--- a/src/server/scripts/Northrend/Naxxramas/boss_noth.cpp
+++ b/src/server/scripts/Northrend/Naxxramas/boss_noth.cpp
@@ -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;