mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Object: Remove double spawns related to Midsummer Fire Festival
This commit is contained in:
3
sql/updates/world/3.3.5/2016_06_27_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2016_06_27_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (165009,165010,165012,165013,165014,165015,165016,165019,165020,165021,165022,165023,165024,165025,165026,165027,165028,165029,165030,165031,165032,165033);
|
||||
UPDATE `gameobject` SET `position_x`=2019.6999, `position_y`=6587.1401, `position_z`=134.985001, `orientation`=6.237050 WHERE `guid`=70594;
|
||||
Reference in New Issue
Block a user