diff options
author | Killyana <morphone1@gmail.com> | 2019-08-05 18:24:41 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 15:40:47 +0100 |
commit | e80f803e3d7cda323d2238b79c61e0e7208e0b69 (patch) | |
tree | 51a92069789159b2125eddbf2c6d4ce1e2ef6514 | |
parent | 31bf529667303ea70abad8d617a4521bfb7063fe (diff) |
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)
-rw-r--r-- | sql/updates/world/master/2021_12_18_11_world_2019_08_05_01_world.sql | 16 |
1 files changed, 16 insertions, 0 deletions
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; |