aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <none@none>2010-07-28 13:00:30 +0200
committerShauren <none@none>2010-07-28 13:00:30 +0200
commit0fbb3af7a3af37cd97f57ad86776296f574de55b (patch)
tree7c85c57fdbc434f5cc69c17ef5c91ddc663bae9f
parent045bf5163b33599429f91290ff2edb702f186efb (diff)
Typo fix for previous revision
--HG-- branch : trunk
-rw-r--r--src/server/game/Spells/Auras/SpellAuraEffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp
index b9da2fffb80..46b4fa0a0b1 100644
--- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp
+++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp
@@ -5731,7 +5731,7 @@ void AuraEffect::HandleAuraDummy(AuraApplication const * aurApp, uint8 mode, boo
return;
// final heal
- uint32 stack = GetBase()->GetStackAmount();
+ int32 stack = GetBase()->GetStackAmount();
target->CastCustomSpell(target, 33778, &m_amount, &stack, NULL, true, NULL, this, GetCasterGUID());
// restore mana