aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2017-07-18 15:16:32 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-07-18 15:16:32 +0200
commitae070a1b64da616d4a6452793d22f80542a2c40f (patch)
tree14a3f2e1e75c579dfcdbd1cc357efb85e030a760 /sql
parentca9b0b029fe2a7c1f78d5d19a078df779bf2f0a7 (diff)
Core/Spells: Implemented ConeAngle from DB2
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_07_18_00_world.sql2
1 files changed, 2 insertions, 0 deletions
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;