fix(Core/Spell): Remove SPELL_ATTR4_NO_CAST_LOG from being applied to some spells (#7867)
This commit is contained in:
parent
ff431dbde2
commit
b79ae92a24
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue