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