From 34d7d7b0279edcf10020907f7f61b7d85a99f037 Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 6 Nov 2015 18:32:01 +0100 Subject: DB/Creature: Reguid one spawn --- sql/updates/world/2015_11_06_41_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2015_11_06_41_world.sql (limited to 'sql/updates') 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); -- cgit v1.2.3