From 8a9cc0f65d8fe123b62a32dc8462a8019ff8880a Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 10 Aug 2020 15:31:57 +0300 Subject: DB/Gameobject: Remove signs from Menethil's signpost Closes #25046 Both signs were removed in WotLK --- sql/updates/world/3.3.5/2020_08_10_02_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_10_02_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_08_10_02_world_335.sql b/sql/updates/world/3.3.5/2020_08_10_02_world_335.sql new file mode 100644 index 00000000000..98b74a75824 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_10_02_world_335.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `gameobject_addon` WHERE `guid` IN (SELECT `guid` FROM `gameobject` WHERE `id` IN (176369,176370)); +DELETE FROM `gameobject` WHERE `id` IN (176369,176370); -- cgit v1.2.3