diff options
-rw-r--r-- | sql/updates/world/2014_02_06_00_world_gameobject.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_06_00_world_gameobject.sql b/sql/updates/world/2014_02_06_00_world_gameobject.sql new file mode 100644 index 00000000000..ce516eae01a --- /dev/null +++ b/sql/updates/world/2014_02_06_00_world_gameobject.sql @@ -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); |