From ae070a1b64da616d4a6452793d22f80542a2c40f Mon Sep 17 00:00:00 2001 From: joschiwald Date: Tue, 18 Jul 2017 15:16:32 +0200 Subject: Core/Spells: Implemented ConeAngle from DB2 --- sql/updates/world/master/2017_07_18_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_07_18_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_07_18_00_world.sql b/sql/updates/world/master/2017_07_18_00_world.sql new file mode 100644 index 00000000000..c1b74c33bf9 --- /dev/null +++ b/sql/updates/world/master/2017_07_18_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `spell_custom_attr` SET `attributes`=`attributes` & ~(2|4); +DELETE FROM `spell_custom_attr` WHERE `attributes`=0; -- cgit v1.2.3