fix(Scripts/Spells): Shadow of Doom death sometimes deals no damage (#22813)
This commit is contained in:
parent
0210e565da
commit
fdc81f3be0
1 changed files with 8 additions and 0 deletions
|
|
@ -5143,6 +5143,14 @@ void SpellMgr::LoadSpellInfoCorrections()
|
|||
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(21); // -1
|
||||
});
|
||||
|
||||
ApplySpellFix({
|
||||
28032, // Zap Crystal
|
||||
28056, // Zap Crystal Corpse
|
||||
}, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->AttributesEx3 |= SPELL_ATTR3_ALWAYS_HIT;
|
||||
});
|
||||
|
||||
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
|
||||
{
|
||||
SpellInfo* spellInfo = mSpellInfoMap[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue