diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-03-04 13:05:03 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-03-04 13:05:03 +0100 |
commit | 56efb2df44bdd1f1c53165645c59c3dca48cfebc (patch) | |
tree | e2891b4e61186420573627ad9ca03e0b59341223 | |
parent | ce08d73fa4adcdbb6586a6d24ed89343183f5883 (diff) |
Commit: its monday.......
-rw-r--r-- | sql/updates/world/2013_03_04_00_world_gameobject.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_03_04_00_world_gameobject.sql b/sql/updates/world/2013_03_04_00_world_gameobject.sql index 96960abdc7c..caa6a2d0730 100644 --- a/sql/updates/world/2013_03_04_00_world_gameobject.sql +++ b/sql/updates/world/2013_03_04_00_world_gameobject.sql @@ -3,5 +3,5 @@ INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconNa (180055,2,318,'Mysterious Wailing Caverns Chest','',,'',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0); DELETE FROM `gameobject` WHERE `id`=180055; -INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) +INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES (4598,180055,43,1,1,-97.6,173.8,-79,2.08,0,0,0,0,43200,100,1); |