diff options
author | DDuarte <dnpd.dd@gmail.com> | 2015-07-26 00:52:32 +0100 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2015-07-26 00:52:32 +0100 |
commit | 2db1ccbc7998f230aa3ff2175badc772ae73d7f7 (patch) | |
tree | c3210cd4c4cd4a858ea8b9396ebd282ba5f986b3 | |
parent | acd3fe5807e6f81c6d49037b4e38d819d94d6166 (diff) |
Fix SQL import
-rw-r--r-- | sql/updates/world/2015_07_26_01_world_2015_07_25_01.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2015_07_26_01_world_2015_07_25_01.sql b/sql/updates/world/2015_07_26_01_world_2015_07_25_01.sql index f2fea14343d..baec6b90f75 100644 --- a/sql/updates/world/2015_07_26_01_world_2015_07_25_01.sql +++ b/sql/updates/world/2015_07_26_01_world_2015_07_25_01.sql @@ -1,5 +1,5 @@ -- Dark Iron Brewer SET @GUID := 12482; DELETE FROM `creature` WHERE `guid`= @GUID; -INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`) VALUES -(@GUID,28067,230,1,1,0,0,891.271,-174.899,-43.925,0.445,180,0,0,2215,0,0); +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`) VALUES +(@GUID,28067,230,1,0,0,891.271,-174.899,-43.925,0.445,180,0,0,2215,0,0); |