fix (Core/Spell): Shadowform Dispel (#13155)

This commit is contained in:
M'Dic
2022-09-28 12:13:46 -04:00
committed by GitHub
parent 77faa1d84d
commit ed68d1bffa
2 changed files with 16 additions and 0 deletions

View File

@@ -4403,6 +4403,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_1].Effect = 0;
});
// WotLK Prologue Frozen Shade Visual, temp used to restore visual after Dispersion
ApplySpellFix({ 53444 }, [](SpellInfo* spellInfo)
{
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(27);
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];