From 468ff09c784a39eddc484d310755e27730b8161b Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 17 Jun 2019 21:41:12 +0200 Subject: DB/Quest: Destroying the Altars Closes #23431 (cherry picked from commit 17671c633cd7b6c5066f9595108cb8df5a6626c6) --- .../world/master/2021_12_11_20_world_2019_06_17_03_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2021_12_11_20_world_2019_06_17_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_11_20_world_2019_06_17_03_world.sql b/sql/updates/world/master/2021_12_11_20_world_2019_06_17_03_world.sql new file mode 100644 index 00000000000..a64869b613c --- /dev/null +++ b/sql/updates/world/master/2021_12_11_20_world_2019_06_17_03_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `creature_addon` WHERE `guid` IN (121091,121122,121130,124617); +UPDATE `creature_template_addon` SET `auras`="57836" WHERE `entry` IN (30742, 30744,30950,30745); +DELETE FROM `spell_scripts` WHERE `id`=57852; +INSERT INTO `spell_scripts` (`id`,`effIndex`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES +(57852,0,0,15,46419,2,0,0,0,0,0), +(57852,0,0,15,57931,2,0,0,0,0,0); -- cgit v1.2.3