fix(Core/ZulGurub): Hazza'rah improvements (#12236)

* fix(Core/ZulGurub): Hazza'rah improvements

* dumb
This commit is contained in:
Nefertumm
2022-07-01 15:22:13 -03:00
committed by GitHub
parent b866c470d6
commit 298b08c9a5
3 changed files with 80 additions and 81 deletions

View File

@@ -4295,6 +4295,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Dispel = DISPEL_NONE;
});
// Summon Nightmare Illusions
ApplySpellFix({ 24681, 24728, 24729 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].MiscValueB = 64;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];