mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
5
sql/updates/world/4.3.4/2017_01_09_12_world.sql
Normal file
5
sql/updates/world/4.3.4/2017_01_09_12_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `guid` =200274;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `PhaseId`, `position_x`, `position_y`, `position_z`, `spawntimesecs`) VALUES
|
||||
(200274, 201750, 1, 169, -2933.41, -42.724, 189.794, 1);
|
||||
--
|
||||
Reference in New Issue
Block a user