From 9eb01d63bd4cd3c2c297db4bcf1899debba0ee49 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sun, 18 Aug 2013 13:54:20 +0200 Subject: Core: Fix warnings --- src/server/scripts/Spells/spell_hunter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Spells/spell_hunter.cpp b/src/server/scripts/Spells/spell_hunter.cpp index b8f29f276ae..b93efe3b0f2 100644 --- a/src/server/scripts/Spells/spell_hunter.cpp +++ b/src/server/scripts/Spells/spell_hunter.cpp @@ -149,7 +149,6 @@ class spell_hun_ascpect_of_the_viper : public SpellScriptLoader void OnRemove(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/) { // Hunter T7 4P Bonus - Unit* target = GetTarget(); if (GetTarget()->HasAura(SPELL_HUNTER_VIPER_ATTACK_SPEED)) GetTarget()->RemoveAurasDueToSpell(SPELL_HUNTER_VICIOUS_VIPER); } -- cgit v1.2.3