diff options
| author | Matan Shukry <matanshukry@gmail.com> | 2021-02-13 12:59:43 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-02-13 14:08:16 +0100 |
| commit | 7159de62b6a863de39fffc672ac79832a3bbd323 (patch) | |
| tree | f6f498918166797b2867bf15d92fb7b5d8bb4809 /src/server/scripts/Argus | |
| parent | c261b16a3259a1cb747479e9cbe3ae222771fbcf (diff) | |
Scripts/Spells: Remove const from AuraEffect argument for AuraEffectProcFn
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. |
