From ab8ce7f215148fd4a3705923201fa7f59dfe07a5 Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 22 Dec 2017 20:52:32 +0100 Subject: DB: Restore a deleted spawn --- sql/updates/world/3.3.5/2017_12_22_02_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_12_22_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_12_22_02_world.sql b/sql/updates/world/3.3.5/2017_12_22_02_world.sql new file mode 100644 index 00000000000..c6e249907bd --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_22_02_world.sql @@ -0,0 +1,6 @@ +-- +SET @CGUID:= 42637; -- 1 guid + +DELETE FROM `creature` WHERE `guid` = @CGUID; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(@CGUID, 16031, 329, 0, 0, 1, 1, 0, 0, 4044.78, -3333.68, 117.26, 4.153883, 7200, 0, 0, 4120, 0, 0, 0, 0, 0, '', 0); -- cgit v1.2.3