mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Typo fix for previous revision
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user