aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlinencloth <none@none>2010-09-29 23:08:46 +0200
committerlinencloth <none@none>2010-09-29 23:08:46 +0200
commit20b124ab038a453c18974eea4d52735c1660676a (patch)
treec85e8b411f106b09d8efa4a4a8c108a54f18fe8c
parent67a531c8c7b7008598e1e77ef44a11af46de0762 (diff)
Core: Fix compile
--HG-- branch : trunk
-rw-r--r--src/server/scripts/Spells/spell_item.cpp2
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*/)
{