From 618cd8cd49fd3abd35d0ddd3fb7f379b0a7941b6 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 26 Oct 2017 03:12:49 +0200 Subject: DB/Creature: Spawn Windcaller Yessendra Keyl Swiftclaw and Warden Haro Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/98986d284c1b2544d00407baea5e5210d20c3abe --- sql/updates/world/master/2017_10_26_00_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2017_10_26_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_10_26_00_world.sql b/sql/updates/world/master/2017_10_26_00_world.sql new file mode 100644 index 00000000000..a3e8a443adc --- /dev/null +++ b/sql/updates/world/master/2017_10_26_00_world.sql @@ -0,0 +1,7 @@ +-- +SET @CGUID := 251548; +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+2; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(@CGUID+0, 15500, 1, 5695, 0, 1, 169, 0, 0, 0, -8411.228, 1480.601, 25.6424, 0.9075712, 120, 0, 0, 0, 0, 0, 0, 0, 0, "", 15595), -- 15500 (Area: 0 - Difficulty: 0) +(@CGUID+1, 15499, 1, 5695, 0, 1, 169, 0, 0, 0, -8412.529, 1483.203, 26.07258, 0.2617994, 120, 0, 0, 0, 0, 0, 0, 0, 0, "", 15595), -- 15499 (Area: 0 - Difficulty: 0) +(@CGUID+2, 15498, 1, 5695, 0, 1, 169, 0, 0, 0, -8412.724, 1486.411, 26.46852, 0.122173, 120, 0, 0, 0, 0, 0, 0, 0, 0, "", 15595); -- 15498 (Area: 0 - Difficulty: 0) -- cgit v1.2.3