diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Spells/spell_item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_item.cpp b/src/server/scripts/Spells/spell_item.cpp index affa7bf1e45..aa70c849dba 100644 --- a/src/server/scripts/Spells/spell_item.cpp +++ b/src/server/scripts/Spells/spell_item.cpp @@ -647,7 +647,7 @@ public: class spell_item_shadowmourne_AuraScript : public AuraScript { public: - spell_item_shadowmourne_AuraScript() : AuraScript(), prevStackCount(0) { } + spell_item_shadowmourne_AuraScript() : AuraScript() { } bool Validate(SpellEntry const* /*spellEntry*/) { |