mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(Core/Spells): show Execute/Slam misses/dodges/parries in combat log (#7494)
- Closes #7428.
This commit is contained in:
@@ -3326,7 +3326,9 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
9910, // Thorns (Rank 6)
|
||||
26992, // Thorns (Rank 7)
|
||||
53307, // Thorns (Rank 8)
|
||||
53352 // Explosive Shot (trigger)
|
||||
53352, // Explosive Shot (trigger)
|
||||
50783, // Slam (Triggered spell)
|
||||
20647 // Execute (Triggered spell)
|
||||
}, [](SpellEntry* spellInfo)
|
||||
{
|
||||
spellInfo->AttributesEx3 |= SPELL_ATTR3_ALWAYS_HIT;
|
||||
|
||||
Reference in New Issue
Block a user