From c8a3548720e031c22baaec3d672609d99f155708 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 15 Jul 2018 00:02:16 +0200 Subject: [PATCH] Core/Spells: updated Test of Faith spell id's to Cataclysm --- src/server/game/Entities/Unit/Unit.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/server/game/Entities/Unit/Unit.cpp b/src/server/game/Entities/Unit/Unit.cpp index b4c36dda64c..0b403de7b2b 100644 --- a/src/server/game/Entities/Unit/Unit.cpp +++ b/src/server/game/Entities/Unit/Unit.cpp @@ -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;