mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
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:
1
sql/updates/world/2015_04_18_07_world.sql
Normal file
1
sql/updates/world/2015_04_18_07_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
DELETE FROM `gameobject` WHERE `guid`=49312 AND `id`=187493;
|
||||
Reference in New Issue
Block a user