Skip to content

Commit 11c60eb

Browse files
committed
DB/Misc: Delete Dup spawns and update SAI target
1 parent f369f87 commit 11c60eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
--
2+
-- Delete duplicate Armory and Cathedral doors
3+
DELETE FROM `gameobject` WHERE `guid` IN (200966,203104,212814,216444,220549,200965,203103,212815,216443,220550);
4+
5+
-- UPDATE SAI target
6+
UPDATE `smart_scripts` SET `target_param1`=200252 WHERE `entryorguid` IN (101852) AND `source_type`=1 AND `id`=0;
7+
UPDATE `smart_scripts` SET `target_param1`=200251 WHERE `entryorguid` IN (101853) AND `source_type`=1 AND `id`=0;

0 commit comments

Comments
 (0)