From 19b733fefcf02f85b2eafb8b7396290a2ed1a8fa Mon Sep 17 00:00:00 2001 From: Matan Shukry Date: Sun, 21 Feb 2021 22:12:08 +0200 Subject: Scripts/Spells: Fix Prayer of Mending (#26020) --- src/server/game/Spells/SpellScript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/game') diff --git a/src/server/game/Spells/SpellScript.h b/src/server/game/Spells/SpellScript.h index 8637994d86c..1c0e5d3aba7 100644 --- a/src/server/game/Spells/SpellScript.h +++ b/src/server/game/Spells/SpellScript.h @@ -856,7 +856,7 @@ class TC_GAME_API AuraScript : public _SpellScript HookList OnEffectProc; // executed after aura effect proced // example: AfterEffectProc += AuraEffectProcFn(class::function, EffectIndexSpecifier, EffectAuraNameSpecifier); - // where function is: void function (AuraEffect const* aurEff, ProcEventInfo& procInfo); + // where function is: void function (AuraEffect* aurEff, ProcEventInfo& procInfo); HookList AfterEffectProc; #define AuraEffectProcFn(F, I, N) EffectProcHandlerFunction(&F, I, N) -- cgit v1.2.3