diff options
author | Shauren <none@none> | 2010-10-26 15:36:32 +0200 |
---|---|---|
committer | Shauren <none@none> | 2010-10-26 15:36:32 +0200 |
commit | ba6fc58badcd7b53d2c8c936ee4d819574852309 (patch) | |
tree | 28bc3f96c6440d46ceb85c8523a5c457130038de /src | |
parent | 0b4abbb48e41101ec0e88611f6ca9ba392b0def5 (diff) |
Core/Spells: Fixed "not handled custom case" log spam for Sniper Training
--HG--
branch : trunk
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; |