From 844b8e41d4cdc2cce86794ab882d79be0919db35 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 21 Aug 2016 13:40:24 +0200 Subject: [PATCH] DB/Gameobject: Delete some duplicate spawns Cherry pick from https://github.com/TrinityCoreLegacy/TrinityCore/commit/d5e0e9947793483d50055caf7a0afdf628075f02 --- sql/updates/world/6.x/2016_08_21_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/6.x/2016_08_21_04_world.sql diff --git a/sql/updates/world/6.x/2016_08_21_04_world.sql b/sql/updates/world/6.x/2016_08_21_04_world.sql new file mode 100644 index 0000000000000..8ced73b77be02 --- /dev/null +++ b/sql/updates/world/6.x/2016_08_21_04_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (203050,203055,212756,212758,216476,216479,220581,220583); +DELETE FROM `gameobject_addon` WHERE `guid` IN (203050,203055,212756,212758,216476,216479,220581,220583);