mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user