diff options
author | Shauren <none@none> | 2010-09-29 22:46:13 +0200 |
---|---|---|
committer | Shauren <none@none> | 2010-09-29 22:46:13 +0200 |
commit | 67a531c8c7b7008598e1e77ef44a11af46de0762 (patch) | |
tree | ef17492eed70b05314f9f8f7afa551252eb59eda /src | |
parent | 1ae3459cff09c138be5332ab5302394dd9a3b1ab (diff) |
Core/Scripts/Items: Removed unused variable from shadowmourne script (forgot to delete temp dev stuff)
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Spells/spell_item.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 |