From 11c60eb617afbabbba5e78809709c00007e37d45 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 13 May 2018 12:52:33 +0200 Subject: [PATCH] DB/Misc: Delete Dup spawns and update SAI target --- sql/updates/world/4.3.4/2018_05_13_00_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/4.3.4/2018_05_13_00_world.sql diff --git a/sql/updates/world/4.3.4/2018_05_13_00_world.sql b/sql/updates/world/4.3.4/2018_05_13_00_world.sql new file mode 100644 index 00000000000..5ed66c36e4b --- /dev/null +++ b/sql/updates/world/4.3.4/2018_05_13_00_world.sql @@ -0,0 +1,7 @@ +-- +-- Delete duplicate Armory and Cathedral doors +DELETE FROM `gameobject` WHERE `guid` IN (200966,203104,212814,216444,220549,200965,203103,212815,216443,220550); + +-- UPDATE SAI target +UPDATE `smart_scripts` SET `target_param1`=200252 WHERE `entryorguid` IN (101852) AND `source_type`=1 AND `id`=0; +UPDATE `smart_scripts` SET `target_param1`=200251 WHERE `entryorguid` IN (101853) AND `source_type`=1 AND `id`=0;