From ba6fc58badcd7b53d2c8c936ee4d819574852309 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 26 Oct 2010 15:36:32 +0200 Subject: Core/Spells: Fixed "not handled custom case" log spam for Sniper Training --HG-- branch : trunk --- src/server/scripts/Spells/spell_hunter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit v1.2.3