mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/Spells: updated Test of Faith spell id's to Cataclysm
This commit is contained in:
@@ -7352,9 +7352,9 @@ uint32 Unit::SpellHealingBonusDone(Unit* victim, SpellInfo const* spellProto, ui
|
||||
case 3736: // Hateful Totem of the Third Wind / Increased Lesser Healing Wave / LK Arena (4/5/6) Totem of the Third Wind / Savage Totem of the Third Wind
|
||||
DoneTotal += (*i)->GetAmount();
|
||||
break;
|
||||
case 21: // Test of Faith
|
||||
case 6935:
|
||||
case 6918:
|
||||
case 47558: // Test of Faith
|
||||
case 47559:
|
||||
case 47560:
|
||||
if (victim->HealthBelowPct(50))
|
||||
AddPct(DoneTotal, (*i)->GetAmount());
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user