From 42428a08986d7e6dc41a2c3c9ac9b78929cd8bd0 Mon Sep 17 00:00:00 2001 From: ModoX Date: Mon, 7 Feb 2022 22:49:21 +0100 Subject: [PATCH] DB/Spawns: Added accidently deleted spawn of Captain Garrick * was deleted in https://github.com/TrinityCore/TrinityCore/commit/c4fedd10ab2f5dba3eed57bdba0d6c46c67614a2 * originally added in https://github.com/TrinityCore/TrinityCore/commit/53429375c7dfee2e8e0bda09a7dba66c67d787f3 --- sql/updates/world/master/2022_02_07_03_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2022_02_07_03_world.sql diff --git a/sql/updates/world/master/2022_02_07_03_world.sql b/sql/updates/world/master/2022_02_07_03_world.sql new file mode 100644 index 00000000000..55ec138552f --- /dev/null +++ b/sql/updates/world/master/2022_02_07_03_world.sql @@ -0,0 +1,5 @@ +-- +SET @CGUID := 1050589; +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+1; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(@CGUID+0, 156280, 2261, 10424, 10639, '0', 14350, 0, 0, 0, 37.83321762084960937, -1.40558588504791259, 12.40759944915771484, 3.31911778450012207, 7200, 0, 0, 124, 0, 0, 0, 0, 0, 41079); -- Captain Garrick (Area: -Unknown- - Difficulty: 0)