From c5d91a3c55e734f2e30512b1df1b3cb95bbeb5ef Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 29 Sep 2016 22:24:42 +0200 Subject: [PATCH] DB/Gameobject: Delete few duplicate spawns --- sql/updates/world/4.3.4/2016_09_29_02_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/4.3.4/2016_09_29_02_world.sql diff --git a/sql/updates/world/4.3.4/2016_09_29_02_world.sql b/sql/updates/world/4.3.4/2016_09_29_02_world.sql new file mode 100644 index 00000000000..1c2e95736cc --- /dev/null +++ b/sql/updates/world/4.3.4/2016_09_29_02_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gameobject` where `guid`=219032 AND `id`=207686; +DELETE FROM `gameobject` where `guid`=219033 AND `id`=207690; +DELETE FROM `gameobject` where `guid`=219034 AND `id`=207687; +DELETE FROM `gameobject` where `guid`=219030 AND `id`=207689;