From 26d0110d2d7b66cece6f3d03c37414869a905232 Mon Sep 17 00:00:00 2001 From: Keader Date: Tue, 3 Oct 2017 19:45:15 -0300 Subject: 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 :) --- sql/updates/world/3.3.5/2017_10_03_20_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2017_10_03_20_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_10_03_20_world.sql b/sql/updates/world/3.3.5/2017_10_03_20_world.sql new file mode 100644 index 00000000000..c570653be0e --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_03_20_world.sql @@ -0,0 +1 @@ +UPDATE `spell_dbc` SET `Attributes`= `Attributes` | 0x20000000 WHERE Id=35729; -- cgit v1.2.3