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
This commit is contained in:
Dr-J
2015-04-18 16:15:23 +01:00
parent 5f8db04761
commit d53d3c7b80

View File

@@ -0,0 +1 @@
DELETE FROM `gameobject` WHERE `guid`=49312 AND `id`=187493;