fix(Core/ZulGurub): Hakkar improvements (#12134)

* fix(Core/ZulGurub): Hakkar improvements

* remove debug

* code improvements

* just select the current victim for cause insanity

* remove will of hakkar <.<

* aspect of arlokk and marli should do a threat wipe

* dumb
This commit is contained in:
Nefertumm
2022-06-26 04:47:08 -03:00
committed by GitHub
parent 68d026e8ac
commit 64a0cbba5a
3 changed files with 75 additions and 22 deletions

View File

@@ -4295,6 +4295,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_0].MiscValueB = 844;
});
// Hakkar Cause Insanity
ApplySpellFix({ 24327 }, [](SpellInfo* spellInfo)
{
spellInfo->Dispel = DISPEL_NONE;
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];