mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
refactor(Core/Spell): Define some unknown spell attributes (#4305)
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
This commit is contained in:
@@ -3913,7 +3913,7 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
// Kindred Spirits, damage aura
|
||||
ApplySpellFix({ 57458 }, [](SpellEntry* spellInfo)
|
||||
{
|
||||
spellInfo->AttributesEx4 |= SPELL_ATTR4_UNK21;
|
||||
spellInfo->AttributesEx4 |= SPELL_ATTR4_DONT_REMOVE_IN_ARENA;
|
||||
});
|
||||
|
||||
// Chimera Shot - Serpent trigger
|
||||
|
||||
Reference in New Issue
Block a user