diff options
| author | Aokromes <jipr@hotmail.com> | 2013-08-23 14:47:38 +0200 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2013-08-23 14:47:38 +0200 |
| commit | b5362c5c458cd09823b8776efa7689586071d57f (patch) | |
| tree | c45c071b23538f7e74af652c6a6adffbad02b6a2 /src | |
| parent | 97a9b7695a2bd82686114285e3ee267b1407650c (diff) | |
Script/Ahnkahet: Fix warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/scripts/Northrend/AzjolNerub/Ahnkahet/boss_jedoga_shadowseeker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/AzjolNerub/Ahnkahet/boss_jedoga_shadowseeker.cpp b/src/server/scripts/Northrend/AzjolNerub/Ahnkahet/boss_jedoga_shadowseeker.cpp index 1e1a08817ef..78513fec486 100644 --- a/src/server/scripts/Northrend/AzjolNerub/Ahnkahet/boss_jedoga_shadowseeker.cpp +++ b/src/server/scripts/Northrend/AzjolNerub/Ahnkahet/boss_jedoga_shadowseeker.cpp @@ -407,7 +407,7 @@ public: instance->SetData64(DATA_PL_JEDOGA_TARGET, killer->GetGUID()); } - void EnterCombat(Unit* who) OVERRIDE + void EnterCombat(Unit* /*who*/) OVERRIDE { } |
