From 67a531c8c7b7008598e1e77ef44a11af46de0762 Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 29 Sep 2010 22:46:13 +0200 Subject: Core/Scripts/Items: Removed unused variable from shadowmourne script (forgot to delete temp dev stuff) --HG-- branch : trunk --- src/server/scripts/Spells/spell_item.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Spells/spell_item.cpp b/src/server/scripts/Spells/spell_item.cpp index 1a50126ed64..affa7bf1e45 100644 --- a/src/server/scripts/Spells/spell_item.cpp +++ b/src/server/scripts/Spells/spell_item.cpp @@ -697,8 +697,6 @@ public: OnEffectApply += AuraEffectApplyFn(spell_item_shadowmourne_AuraScript::OnStackChange, EFFECT_0, SPELL_AURA_MOD_STAT, AURA_EFFECT_HANDLE_REAL); OnEffectRemove += AuraEffectRemoveFn(spell_item_shadowmourne_AuraScript::OnRemove, EFFECT_0, SPELL_AURA_MOD_STAT, AURA_EFFECT_HANDLE_REAL); } - - uint8 prevStackCount; }; AuraScript* GetAuraScript() const -- cgit v1.2.3