diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-10-26 03:12:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 03:12:49 +0200 |
commit | 618cd8cd49fd3abd35d0ddd3fb7f379b0a7941b6 (patch) | |
tree | a94fbfd063c666ba5da93a5bfd7ce0ee5b0ff671 | |
parent | d7e463dd9f7c61e1056148cf8956bcb0f8fd1fed (diff) |
DB/Creature: Spawn Windcaller Yessendra
Keyl Swiftclaw and Warden Haro
Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/98986d284c1b2544d00407baea5e5210d20c3abe
-rw-r--r-- | sql/updates/world/master/2017_10_26_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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) |