From e80f803e3d7cda323d2238b79c61e0e7208e0b69 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 5 Aug 2019 18:24:41 +0200 Subject: DB/Misc: Spirit Healers in Death Knight starting area Update Spirit Healers with the correct entry, position, auras and movements Fix Olrun the Battlecaller waypoint high Fix Val'kyr Battle-maiden movements (cherry picked from commit 7392bd360f6dbc5258169fe15b87428576a6cd93) --- .../master/2021_12_18_11_world_2019_08_05_01_world.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sql/updates/world/master/2021_12_18_11_world_2019_08_05_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_12_18_11_world_2019_08_05_01_world.sql b/sql/updates/world/master/2021_12_18_11_world_2019_08_05_01_world.sql new file mode 100644 index 00000000000..aed40d7ddd2 --- /dev/null +++ b/sql/updates/world/master/2021_12_18_11_world_2019_08_05_01_world.sql @@ -0,0 +1,16 @@ +-- +DELETE FROM `creature_template_movement` WHERE `CreatureId`IN (29259,28534,29047); +INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES +(29259, 2, 1, 1, 0), +(28534, 2, 1, 1, 0), +(29047, 2, 1, 1, 0); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (29259,28534); +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`, `auras`) VALUES +(29259, 50397184, 1, '10848'), +(28534, 50397184, 1, '10848'); + +UPDATE `waypoint_data` SET `position_z`=159 WHERE `id` IN (1287390); +UPDATE `creature` SET `id`=29259, `position_x`=1887.429, `position_y`=-5776.158, `position_z`=106.6308, `orientation`=4.660029 WHERE `guid` IN (125672) AND `id`=6491; +UPDATE `creature` SET `id`=29259, `position_x`=2128.62, `position_y`=-5288.736, `position_z`=85.93806, `orientation`=3.176499 WHERE `guid` IN (125673) AND `id`=6491; +UPDATE `creature` SET `id`=29259, `position_x`=2372.552, `position_y`=-5774.20312, `position_z`=154.0692, `orientation`=3.353652 WHERE `guid` IN (125671) AND `id`=6491; -- cgit v1.2.3