diff options
author | Killyana <morphone1@gmail.com> | 2019-08-05 18:24:41 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-08-05 18:24:41 +0200 |
commit | 7392bd360f6dbc5258169fe15b87428576a6cd93 (patch) | |
tree | ff7a63bbeb883a8edd8123d6c8e72e4593f81990 | |
parent | 30f4aabf64897f11f212ea67a3192206fe97f7b0 (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
-rw-r--r-- | sql/updates/world/3.3.5/2019_08_05_01_world.sql | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_08_05_01_world.sql b/sql/updates/world/3.3.5/2019_08_05_01_world.sql new file mode 100644 index 00000000000..aed40d7ddd2 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |