diff options
author | Killyana <morphone1@gmail.com> | 2015-11-06 18:32:01 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-11-06 18:32:01 +0100 |
commit | 34d7d7b0279edcf10020907f7f61b7d85a99f037 (patch) | |
tree | 993f2ebd3ec41efb438daf3ce21621a8a34e0cde | |
parent | 8d73d432c3a7be03070fce2d2701e228724d20e3 (diff) |
DB/Creature: Reguid one spawn
-rw-r--r-- | sql/updates/world/2015_11_06_41_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_41_world.sql b/sql/updates/world/2015_11_06_41_world.sql new file mode 100644 index 00000000000..4c177a8c93f --- /dev/null +++ b/sql/updates/world/2015_11_06_41_world.sql @@ -0,0 +1,5 @@ +-- +SET @GUID := 24; +DELETE FROM `creature` WHERE `id` IN (31810); +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`PhaseId`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`) VALUES +(@GUID,31810,571,1,0,0,1,7850.829,-1393.344,1534.143,5.88176,300,0,0,1,0,0); |