From d53d3c7b804573db475d16e9f3ff8d3e0de87ab6 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Sat, 18 Apr 2015 16:15:23 +0100 Subject: DB/Misc: Delete duplicated gameobject Remove an alliance bonfire from Silithus There were 3 of gameobject http://www.wowhead.com/object=187943/alliance-bonfire stacked on top of each other in Silithus the other 2 guids for this object 50679 and 50680 the removed one is the only one which was not added in game_event_gameobject resulting in this object been visible and quest offered even though midsummer is not running --- sql/updates/world/2015_04_18_07_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2015_04_18_07_world.sql diff --git a/sql/updates/world/2015_04_18_07_world.sql b/sql/updates/world/2015_04_18_07_world.sql new file mode 100644 index 00000000000..4edef92c8ad --- /dev/null +++ b/sql/updates/world/2015_04_18_07_world.sql @@ -0,0 +1 @@ +DELETE FROM `gameobject` WHERE `guid`=49312 AND `id`=187493; -- cgit v1.2.3