Core/Scripts/Items: Removed unused variable from shadowmourne script (forgot to delete temp dev stuff)
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user