diff options
author | Shocker <shocker@freakz.ro> | 2011-03-24 01:29:53 +0200 |
---|---|---|
committer | Shocker <shocker@freakz.ro> | 2011-03-24 01:29:53 +0200 |
commit | 067ef5c9e68f04d3a9d3cb7536286086b563e1d3 (patch) | |
tree | be4ab23d1b3fd5980204a46de8ae6273ddd99a0d | |
parent | 66ca2a88c4d6b337875587cd577d6a6b5c4a1544 (diff) |
DB/Fix: fix typo in last commit
-rw-r--r-- | sql/updates/world/2011_03_23_14_world_creatures.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_03_23_14_world_creatures.sql b/sql/updates/world/2011_03_23_14_world_creatures.sql index bbc4ac0ca60..18d1655f4e3 100644 --- a/sql/updates/world/2011_03_23_14_world_creatures.sql +++ b/sql/updates/world/2011_03_23_14_world_creatures.sql @@ -1,6 +1,6 @@ SET @GUID :=48304; DELETE FROM `creature` WHERE `guid` BETWEEN @GUID AND @GUID+6; -INSERT INTO `creature` (`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`DeathState`,`MovementType`) +INSERT INTO `creature` (`guid`, `id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`DeathState`,`MovementType`) VALUES (@GUID,33233,603,1,1,0,0,560.1334,-143.035431,393.822632,0,120,0,0,1,0,0,0), (@GUID+1,33233,603,1,1,0,0,572.410645,-138.656357,393.904419,0,120,0,0,1,0,0,0), |