diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-04-18 16:15:23 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-04-18 16:15:23 +0100 |
commit | d53d3c7b804573db475d16e9f3ff8d3e0de87ab6 (patch) | |
tree | c6895921b668ef8472e59cf7e364c4b313bd708a | |
parent | 5f8db047614a492dd178325b429839609d9f7fc5 (diff) |
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
-rw-r--r-- | sql/updates/world/2015_04_18_07_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |