diff options
author | Shauren <none@none> | 2010-07-28 13:00:30 +0200 |
---|---|---|
committer | Shauren <none@none> | 2010-07-28 13:00:30 +0200 |
commit | 0fbb3af7a3af37cd97f57ad86776296f574de55b (patch) | |
tree | 7c85c57fdbc434f5cc69c17ef5c91ddc663bae9f | |
parent | 045bf5163b33599429f91290ff2edb702f186efb (diff) |
Typo fix for previous revision
--HG--
branch : trunk
-rw-r--r-- | src/server/game/Spells/Auras/SpellAuraEffects.cpp | 2 |
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 |