diff options
| author | linencloth <none@none> | 2010-09-29 23:08:46 +0200 |
|---|---|---|
| committer | linencloth <none@none> | 2010-09-29 23:08:46 +0200 |
| commit | 20b124ab038a453c18974eea4d52735c1660676a (patch) | |
| tree | c85e8b411f106b09d8efa4a4a8c108a54f18fe8c | |
| parent | 67a531c8c7b7008598e1e77ef44a11af46de0762 (diff) | |
Core: Fix compile
--HG--
branch : trunk
| -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*/) { |
