diff options
Diffstat (limited to 'src/server/scripts/Argus')
| -rw-r--r-- | src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp b/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp index 510a110df47..4e411bab59f 100644 --- a/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp +++ b/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp @@ -737,7 +737,7 @@ class spell_garothi_carnage : public AuraScript { PrepareAuraScript(spell_garothi_carnage); - void HandleProc(AuraEffect const* /*aurEff*/, ProcEventInfo& /*eventInfo`*/) + void HandleProc(AuraEffect* /*aurEff*/, ProcEventInfo& /*eventInfo`*/) { // Usually we could just handle this via spell_proc but since we want // to silence the console message because it's not a spell trigger proc, we need a script here. |
