mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(Core/Spell): Remove SPELL_ATTR4_NO_CAST_LOG from being applied to some spells (#7867)
This commit is contained in:
@@ -7125,7 +7125,6 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
}, [](SpellEntry* spellInfo)
|
||||
{
|
||||
spellInfo->AttributesEx2 |= SPELL_ATTR2_CANT_CRIT;
|
||||
spellInfo->AttributesEx4 |= SPELL_ATTR4_NO_CAST_LOG;
|
||||
});
|
||||
|
||||
// Alchemist's Stone
|
||||
|
||||
Reference in New Issue
Block a user