Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sql/base/dbc/cmangos_fixes/Spell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3186,6 +3186,7 @@ UPDATE `spell_template` SET `EffectMiscValueB1`=64 WHERE `Id` IN(38107);
-- SPELL_ATTR_SS_IGNORE_EVADE - IsSpellRemovedOnEvade()
-- ============================================================
UPDATE `spell_template` SET `AttributesServerSide` = `AttributesServerSide`|0x00000004 WHERE `Id` IN (
32008, -- Fel Fire - c.17152,18944,19298
37248, -- Power Converters: Electromental Visual
38471, -- Spore Burst
43119, -- Cyclone Visual
Expand Down