Core/Spells: Renewed Hope also affects Flash Heal

Closes #15037
This commit is contained in:
joschiwald
2015-07-19 18:19:08 +02:00
parent 5a2452f7d6
commit 45d5ad270c

View File

@@ -3158,6 +3158,11 @@ void SpellMgr::LoadSpellInfoCorrections()
// add corruption to affected spells
spellInfo->Effects[EFFECT_1].SpellClassMask[0] |= 2;
break;
case 57470: // Renewed Hope (Rank 1)
case 57472: // Renewed Hope (Rank 2)
// should also affect Flash Heal
spellInfo->Effects[EFFECT_0].SpellClassMask[0] |= 0x800;
break;
case 51852: // The Eye of Acherus (no spawn in phase 2 in db)
spellInfo->Effects[EFFECT_0].MiscValue |= 1;
break;