From 4fca3bfc0461f345cd4f4c8ff0a70b4110ec09f7 Mon Sep 17 00:00:00 2001 From: ariel- Date: Thu, 18 Jan 2018 18:34:37 -0300 Subject: DB/Spell: Magma Totem shouldn't generate threat By Jildor, closes #21178 --- sql/updates/world/3.3.5/2018_01_18_02_world_335.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_01_18_02_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_01_18_02_world_335.sql b/sql/updates/world/3.3.5/2018_01_18_02_world_335.sql new file mode 100644 index 00000000000..3c801f0959d --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_18_02_world_335.sql @@ -0,0 +1,9 @@ +DELETE FROM `spell_custom_attr` WHERE `entry` IN (8187,10579,10580,10581,25550,58732,58735); +INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES +(8187, 0x10), +(10579,0x10), +(10580,0x10), +(10581,0x10), +(25550,0x10), +(58732,0x10), +(58735,0x10); -- cgit v1.2.3