aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2013_03_04_00_world_gameobject.sql2
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);