From 98c363154ad6906fb9cfaeb2ac13b77c8540c73d Mon Sep 17 00:00:00 2001 From: Keader Date: Sat, 7 Oct 2017 18:38:11 -0300 Subject: Core/Spells: Fixed issues with School Immune vs SPELL_ATTR1_UNAFFECTED_BY_SCHOOL_IMMUNE (#20546) --- sql/updates/world/3.3.5/2017_10_07_03_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2017_10_07_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_10_07_03_world.sql b/sql/updates/world/3.3.5/2017_10_07_03_world.sql new file mode 100644 index 00000000000..29ef92f27a1 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_07_03_world.sql @@ -0,0 +1 @@ +UPDATE `spell_dbc` SET `Attributes`= `Attributes` &~ 0x20000000 WHERE `Id`=35729; -- cgit v1.2.3