mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
5
sql/updates/world/2014_02_06_00_world_gameobject.sql
Normal file
5
sql/updates/world/2014_02_06_00_world_gameobject.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
SET @GUID =5379;
|
||||
UPDATE `gameobject` SET `position_z`=159.746 WHERE `guid`=49957;
|
||||
INSERT INTO `gameobject` VALUES
|
||||
(@GUID, 300159, 1, 1, 1, -4033.2, 1349.91, 159.746, 3.14159, 0, 0, 0, 0, 900, 0, 1);
|
||||
Reference in New Issue
Block a user