mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
DB/Spells: Fixed dispel of Faerie Fire with Cloak of Shadows
Added SPELL_ATTR0_UNAFFECTED_BY_INVULNERABILITY Ty sirikfoll and treeston to help with it :)
This commit is contained in:
1
sql/updates/world/3.3.5/2017_10_03_20_world.sql
Normal file
1
sql/updates/world/3.3.5/2017_10_03_20_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `spell_dbc` SET `Attributes`= `Attributes` | 0x20000000 WHERE Id=35729;
|
||||
Reference in New Issue
Block a user