Core/Spells: Fix health for Mana Tide Totem
This commit is contained in:
@@ -3022,6 +3022,10 @@ void Spell::EffectSummonType(SpellEffIndex effIndex)
|
||||
if (!summon || !summon->isTotem())
|
||||
return;
|
||||
|
||||
// Mana Tide Totem
|
||||
if (m_spellInfo->Id == 16190)
|
||||
damage = m_caster->CountPctFromMaxHealth(10);
|
||||
|
||||
if (damage) // if not spell info, DB values used
|
||||
{
|
||||
summon->SetMaxHealth(damage);
|
||||
|
||||
Reference in New Issue
Block a user