diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Spells/spell_hunter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_hunter.cpp b/src/server/scripts/Spells/spell_hunter.cpp index 094a6367c8e..08950f4703b 100644 --- a/src/server/scripts/Spells/spell_hunter.cpp +++ b/src/server/scripts/Spells/spell_hunter.cpp @@ -357,6 +357,7 @@ public: void HandlePeriodic(AuraEffect const * aurEff, AuraApplication const * aurApp) { + PreventDefaultAction(); if (aurEff->GetAmount() > 0) return; |