mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(DB/Creature): Add missing pathing to Exodar Peacekeeper (#16152)
Create rev_1682962686229106300.sql Co-authored-by: Rushor <Rushor@users.noreply.github.com>
This commit is contained in:
189
data/sql/updates/pending_db_world/rev_1682962686229106300.sql
Normal file
189
data/sql/updates/pending_db_world/rev_1682962686229106300.sql
Normal file
@@ -0,0 +1,189 @@
|
||||
--
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id1` = 16733);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 16733);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(16733, 0, 0, 0, 1, 0, 0, NULL);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (57721,57722,57731,57732,57733,57735);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes2`) VALUES
|
||||
(57721, 577210, 1),
|
||||
(57722, 577220, 1),
|
||||
(57731, 577310, 1),
|
||||
(57732, 577320, 1),
|
||||
(57733, 577330, 1),
|
||||
(57735, 577350, 1);
|
||||
|
||||
UPDATE `creature` SET `position_x` = -3964.55, `position_y` = -11530.3, `position_z` = -136.986, `MovementType` = 2, `wander_distance` = 0 WHERE `id1` = 16733 AND `guid` = 57721;
|
||||
UPDATE `creature` SET `position_x` = -4000.26, `position_y` = -11597.4, `position_z` = -134.749, `MovementType` = 2, `wander_distance` = 0 WHERE `id1` = 16733 AND `guid` = 57722;
|
||||
UPDATE `creature` SET `position_x` = -4123.97, `position_y` = -11734.4, `position_z` = -136.587, `MovementType` = 2, `wander_distance` = 0 WHERE `id1` = 16733 AND `guid` = 57731;
|
||||
UPDATE `creature` SET `position_x` = -4160.04, `position_y` = -11635.9, `position_z` = -98.2858, `MovementType` = 2, `wander_distance` = 0 WHERE `id1` = 16733 AND `guid` = 57732;
|
||||
UPDATE `creature` SET `position_x` = -4168.59, `position_y` = -11726.2, `position_z` = -137.085, `MovementType` = 2, `wander_distance` = 0 WHERE `id1` = 16733 AND `guid` = 57733;
|
||||
UPDATE `creature` SET `position_x` = -4278.27, `position_y` = -11825 , `position_z` = -100.07 , `MovementType` = 2, `wander_distance` = 0 WHERE `id1` = 16733 AND `guid` = 57735;
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (577210,577220,577310,577320,577330,577350);
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
|
||||
(577210,1,-3964.55,-11530.3,-136.986,NULL,0,0,0,100,0),
|
||||
(577210,2,-3985.86,-11501.2,-137.15,NULL,0,0,0,100,0),
|
||||
(577210,3,-4005.68,-11475.4,-137.284,NULL,0,0,0,100,0),
|
||||
(577210,4,-4001.85,-11468.3,-137.213,NULL,0,0,0,100,0),
|
||||
(577210,5,-3973.46,-11441.5,-136.78,NULL,0,0,0,100,0),
|
||||
(577210,6,-3966.69,-11439.8,-136.706,NULL,20000,0,0,100,0),
|
||||
(577210,7,-3971.33,-11437.9,-136.746,NULL,0,0,0,100,0),
|
||||
(577210,8,-3991.26,-11453.1,-137.029,NULL,0,0,0,100,0),
|
||||
(577210,9,-4005.16,-11471,-137.261,NULL,0,0,0,100,0),
|
||||
(577210,10,-4006.18,-11477.8,-137.298,NULL,0,0,0,100,0),
|
||||
(577210,11,-3989.38,-11505.2,-137.206,NULL,0,0,0,100,0),
|
||||
(577210,12,-3966.39,-11531.2,-136.995,NULL,0,0,0,100,0),
|
||||
(577210,13,-3961.64,-11544.2,-134.231,NULL,0,0,0,100,0),
|
||||
(577210,14,-3952.14,-11563.7,-134.043,NULL,0,0,0,100,0),
|
||||
(577210,15,-3952.28,-11567.8,-134.007,NULL,20000,0,0,100,0),
|
||||
(577210,16,-3951.26,-11564.1,-134.015,NULL,0,0,0,100,0),
|
||||
(577210,17,-3957.38,-11547.9,-134.2,NULL,0,0,0,100,0),
|
||||
(577220,1,-4000.26,-11597.4,-134.749,NULL,0,0,0,100,0),
|
||||
(577220,2,-4005.16,-11594.7,-134.805,NULL,0,0,0,100,0),
|
||||
(577220,3,-4013.7,-11585.9,-138.178,NULL,0,0,0,100,0),
|
||||
(577220,4,-4024.65,-11567.3,-138.212,NULL,0,0,0,100,0),
|
||||
(577220,5,-4037.64,-11538.8,-138.257,NULL,0,0,0,100,0),
|
||||
(577220,6,-4041.97,-11534.4,-138.292,NULL,0,0,0,100,0),
|
||||
(577220,7,-4063.44,-11530.5,-138.529,NULL,0,0,0,100,0),
|
||||
(577220,8,-4069.51,-11525.9,-135.289,NULL,0,0,0,100,0),
|
||||
(577220,9,-4076.41,-11518.8,-135.343,NULL,0,0,0,100,0),
|
||||
(577220,10,-4074.87,-11507.5,-135.282,NULL,18000,0,0,100,0),
|
||||
(577220,11,-4083.81,-11512.3,-135.406,NULL,0,0,0,100,0),
|
||||
(577220,12,-4121.6,-11506.2,-135.827,NULL,0,0,0,100,0),
|
||||
(577220,13,-4133.15,-11500.3,-130.172,NULL,0,0,0,100,0),
|
||||
(577220,14,-4138.62,-11491.4,-130.857,NULL,0,0,0,100,0),
|
||||
(577220,15,-4141.32,-11477.4,-130.622,NULL,0,0,0,100,0),
|
||||
(577220,16,-4141.89,-11460.9,-130.799,NULL,0,0,0,100,0),
|
||||
(577220,17,-4138.4,-11435.6,-130.672,NULL,0,0,0,100,0),
|
||||
(577220,18,-4133.74,-11427,-125.835,NULL,0,0,0,100,0),
|
||||
(577220,19,-4119.66,-11414.2,-115.783,NULL,0,0,0,100,0),
|
||||
(577220,20,-4105.34,-11407.9,-107.238,NULL,0,0,0,100,0),
|
||||
(577220,21,-4091.21,-11404.7,-99.2669,NULL,0,0,0,100,0),
|
||||
(577220,22,-4074.7,-11406,-90.345,NULL,0,0,0,100,0),
|
||||
(577220,23,-4056.44,-11414.2,-79.7705,NULL,0,0,0,100,0),
|
||||
(577220,24,-4043.48,-11426,-70.746,NULL,0,0,0,100,0),
|
||||
(577220,25,-4036.4,-11436.7,-64.2262,NULL,0,0,0,100,0),
|
||||
(577220,26,-4030.01,-11458.3,-52.8119,NULL,18000,0,0,100,0),
|
||||
(577220,27,-4033.16,-11456.2,-53.8434,NULL,0,0,0,100,0),
|
||||
(577220,28,-4038.72,-11441.7,-62.5133,NULL,0,0,0,100,0),
|
||||
(577220,29,-4049.57,-11427.6,-72.6746,NULL,0,0,0,100,0),
|
||||
(577220,30,-4062.21,-11417,-82.2978,NULL,0,0,0,100,0),
|
||||
(577220,31,-4079.56,-11411.4,-93.0459,NULL,0,0,0,100,0),
|
||||
(577220,32,-4097.99,-11411.9,-104.024,NULL,0,0,0,100,0),
|
||||
(577220,33,-4115.84,-11418.2,-115.242,NULL,0,0,0,100,0),
|
||||
(577220,34,-4129.49,-11429.9,-125.645,NULL,0,0,0,100,0),
|
||||
(577220,35,-4134,-11437.2,-130.575,NULL,0,0,0,100,0),
|
||||
(577220,36,-4137.21,-11473.6,-130.49,NULL,0,0,0,100,0),
|
||||
(577220,37,-4129.6,-11494.8,-130.07,NULL,0,0,0,100,0),
|
||||
(577220,38,-4122.3,-11506.6,-135.837,NULL,0,0,0,100,0),
|
||||
(577220,39,-4116.53,-11541.2,-135.902,NULL,18000,0,0,100,0),
|
||||
(577220,40,-4113.37,-11535.9,-135.844,NULL,0,0,0,100,0),
|
||||
(577220,41,-4101.57,-11531.9,-135.691,NULL,0,0,0,100,0),
|
||||
(577220,42,-4073.59,-11529.4,-135.353,NULL,0,0,0,100,0),
|
||||
(577220,43,-4062.81,-11529.1,-138.373,NULL,0,0,0,100,0),
|
||||
(577220,44,-4043.52,-11530.3,-138.297,NULL,0,0,0,100,0),
|
||||
(577220,45,-4036.65,-11533.7,-138.232,NULL,0,0,0,100,0),
|
||||
(577220,46,-4030.36,-11544.8,-138.198,NULL,0,0,0,100,0),
|
||||
(577220,47,-4021.4,-11564.1,-138.165,NULL,0,0,0,100,0),
|
||||
(577220,48,-4010.53,-11582.4,-138.128,NULL,0,0,0,100,0),
|
||||
(577220,49,-4002.86,-11592,-134.79,NULL,0,0,0,100,0),
|
||||
(577220,50,-3997.03,-11595.9,-134.729,NULL,18000,0,0,100,0),
|
||||
(577310,1,-4123.97,-11734.4,-136.587,NULL,0,0,0,100,0),
|
||||
(577310,2,-4118.29,-11732.3,-136.517,NULL,0,0,0,100,0),
|
||||
(577310,3,-4111.5,-11729.9,-139.731,NULL,0,0,0,100,0),
|
||||
(577310,4,-4096.03,-11722.5,-139.604,NULL,0,0,0,100,0),
|
||||
(577310,5,-4079.79,-11728.4,-138.844,NULL,0,0,0,100,0),
|
||||
(577310,6,-4041.34,-11714.8,-138.861,NULL,0,0,0,100,0),
|
||||
(577310,7,-4079.35,-11728.5,-138.846,NULL,0,0,0,100,0),
|
||||
(577310,8,-4095.51,-11722.4,-139.599,NULL,0,0,0,100,0),
|
||||
(577310,9,-4110.96,-11729.7,-139.726,NULL,0,0,0,100,0),
|
||||
(577310,10,-4118.13,-11732.1,-136.515,NULL,0,0,0,100,0),
|
||||
(577310,11,-4123.49,-11734.5,-136.58,NULL,0,0,0,100,0),
|
||||
(577310,12,-4145.98,-11718.9,-136.639,NULL,0,0,0,100,0),
|
||||
(577320,1,-4160.04,-11635.9,-98.2858,NULL,0,0,0,100,0),
|
||||
(577320,2,-4160.11,-11642,-98.3087,NULL,0,0,0,100,0),
|
||||
(577320,3,-4166.08,-11649.5,-98.4071,NULL,10000,0,0,100,0),
|
||||
(577320,4,-4160.61,-11642.6,-98.3158,NULL,0,0,0,100,0),
|
||||
(577320,5,-4159.96,-11636,-98.2838,NULL,0,0,0,100,0),
|
||||
(577320,6,-4168.66,-11621.9,-110.935,NULL,0,0,0,100,0),
|
||||
(577320,7,-4175.58,-11610.6,-119.556,NULL,0,0,0,100,0),
|
||||
(577320,8,-4185.24,-11597.1,-124.755,NULL,0,0,0,100,0),
|
||||
(577320,9,-4205.55,-11587.2,-125.821,NULL,0,0,0,100,0),
|
||||
(577320,10,-4216.28,-11590.4,-126.035,NULL,0,0,0,100,0),
|
||||
(577320,11,-4217.73,-11604.7,-125.98,NULL,10000,0,0,100,0),
|
||||
(577320,12,-4216.95,-11621.4,-132.225,NULL,0,0,0,100,0),
|
||||
(577320,13,-4215.58,-11645.5,-143.779,NULL,10000,0,0,100,0),
|
||||
(577320,14,-4217.59,-11627.7,-135.046,NULL,0,0,0,100,0),
|
||||
(577320,15,-4217.79,-11604.8,-125.983,NULL,10000,0,0,100,0),
|
||||
(577320,16,-4210.91,-11589.2,-125.943,NULL,0,0,0,100,0),
|
||||
(577320,17,-4196.69,-11587.8,-125.459,NULL,0,0,0,100,0),
|
||||
(577320,18,-4185.23,-11597.1,-124.754,NULL,0,0,0,100,0),
|
||||
(577320,19,-4175.89,-11610.2,-119.694,NULL,0,0,0,100,0),
|
||||
(577320,20,-4170.21,-11619.4,-112.954,NULL,0,0,0,100,0),
|
||||
(577320,21,-4162.16,-11632.4,-101.657,NULL,0,0,0,100,0),
|
||||
(577330,1,-4168.59,-11726.2,-137.085,NULL,0,0,0,100,0),
|
||||
(577330,2,-4166.14,-11755.3,-137.167,NULL,0,0,0,100,0),
|
||||
(577330,3,-4179.52,-11763.3,-132.268,NULL,0,0,0,100,0),
|
||||
(577330,4,-4202.16,-11771.8,-132.429,NULL,0,0,0,100,0),
|
||||
(577330,5,-4240.82,-11769.1,-131.957,NULL,0,0,0,100,0),
|
||||
(577330,6,-4264.25,-11738.5,-133.145,NULL,0,0,0,100,0),
|
||||
(577330,7,-4241.2,-11769,-131.969,NULL,0,0,0,100,0),
|
||||
(577330,8,-4202.75,-11772.1,-132.402,NULL,0,0,0,100,0),
|
||||
(577330,9,-4179.05,-11763,-132.259,NULL,0,0,0,100,0),
|
||||
(577330,10,-4166.3,-11755.7,-137.17,NULL,0,0,0,100,0),
|
||||
(577330,11,-4166.3,-11736.9,-137.093,NULL,0,0,0,100,0),
|
||||
(577350,1,-4278.27,-11825,-100.07,NULL,0,0,0,100,0),
|
||||
(577350,2,-4281.03,-11820.5,-99.9662,NULL,0,0,0,100,0),
|
||||
(577350,3,-4249.65,-11808.6,-99.4714,NULL,0,0,0,100,0),
|
||||
(577350,4,-4242,-11807.3,-95.9034,NULL,0,0,0,100,0),
|
||||
(577350,5,-4233.29,-11805.7,-95.7966,NULL,0,0,0,100,0),
|
||||
(577350,6,-4230.58,-11803.7,-95.7576,NULL,0,0,0,100,0),
|
||||
(577350,7,-4232.84,-11797.8,-95.7615,NULL,0,0,0,100,0),
|
||||
(577350,8,-4237.37,-11793.6,-95.7966,NULL,0,0,0,100,0),
|
||||
(577350,9,-4241.7,-11794.3,-95.8514,NULL,0,0,0,100,0),
|
||||
(577350,10,-4246.89,-11798.7,-95.929,NULL,0,0,0,100,0),
|
||||
(577350,11,-4252.53,-11802.4,-99.481,NULL,0,0,0,100,0),
|
||||
(577350,12,-4268.98,-11813,-99.7224,NULL,0,0,0,100,0),
|
||||
(577350,13,-4280.46,-11819.9,-99.9448,NULL,0,0,0,100,0),
|
||||
(577350,14,-4283.71,-11815.7,-100.099,NULL,0,0,0,100,0),
|
||||
(577350,15,-4292,-11802,-94.2238,NULL,0,0,0,100,0),
|
||||
(577350,16,-4296.17,-11795.3,-94.2179,NULL,0,0,0,100,0),
|
||||
(577350,17,-4277.99,-11792.6,-93.9812,NULL,0,0,0,100,0),
|
||||
(577350,18,-4257.68,-11777.5,-93.6819,NULL,0,0,0,100,0),
|
||||
(577350,19,-4251.47,-11767.4,-93.8869,NULL,2000,0,0,100,0),
|
||||
(577350,20,-4257.47,-11777.3,-93.6774,NULL,0,0,0,100,0),
|
||||
(577350,21,-4277.78,-11792.4,-93.975,NULL,0,0,0,100,0),
|
||||
(577350,22,-4295.47,-11795,-94.2096,NULL,0,0,0,100,0),
|
||||
(577350,23,-4292.53,-11801.4,-94.1985,NULL,0,0,0,100,0),
|
||||
(577350,24,-4283.88,-11815.7,-100.1,NULL,0,0,0,100,0),
|
||||
(577350,25,-4281.04,-11819.4,-99.9637,NULL,0,0,0,100,0),
|
||||
(577350,26,-4252.5,-11802.4,-99.4826,NULL,0,0,0,100,0),
|
||||
(577350,27,-4246.9,-11798.8,-95.9295,NULL,0,0,0,100,0),
|
||||
(577350,28,-4242.35,-11794.7,-95.8622,NULL,0,0,0,100,0),
|
||||
(577350,29,-4237.81,-11793.6,-95.8048,NULL,0,0,0,100,0),
|
||||
(577350,30,-4233.05,-11797.6,-95.7627,NULL,0,0,0,100,0),
|
||||
(577350,31,-4230.78,-11803,-95.7548,NULL,0,0,0,100,0),
|
||||
(577350,32,-4233.12,-11805.6,-95.7916,NULL,0,0,0,100,0),
|
||||
(577350,33,-4241.47,-11807.3,-95.8974,NULL,0,0,0,100,0),
|
||||
(577350,34,-4249.19,-11808.5,-99.464,NULL,0,0,0,100,0),
|
||||
(577350,35,-4269.34,-11813.2,-99.7266,NULL,0,0,0,100,0),
|
||||
(577350,36,-4280.23,-11819.6,-99.9359,NULL,0,0,0,100,0),
|
||||
(577350,37,-4278.39,-11825.1,-100.071,NULL,0,0,0,100,0),
|
||||
(577350,38,-4267.25,-11843,-112.684,NULL,0,0,0,100,0),
|
||||
(577350,39,-4263.5,-11847.6,-112.621,NULL,0,0,0,100,0),
|
||||
(577350,40,-4255.47,-11844.2,-112.458,NULL,0,0,0,100,0),
|
||||
(577350,41,-4249.01,-11840,-116.194,NULL,0,0,0,100,0),
|
||||
(577350,42,-4222.99,-11823.7,-115.987,NULL,0,0,0,100,0),
|
||||
(577350,43,-4211.1,-11814.9,-122.457,NULL,0,0,0,100,0),
|
||||
(577350,44,-4203.26,-11806.5,-127.263,NULL,0,0,0,100,0),
|
||||
(577350,45,-4196.55,-11794.9,-133.039,NULL,2000,0,0,100,0),
|
||||
(577350,46,-4202.9,-11805.7,-127.673,NULL,0,0,0,100,0),
|
||||
(577350,47,-4210.56,-11814.3,-122.803,NULL,0,0,0,100,0),
|
||||
(577350,48,-4222.96,-11823.5,-116.05,NULL,0,0,0,100,0),
|
||||
(577350,49,-4248.52,-11839.5,-116.186,NULL,0,0,0,100,0),
|
||||
(577350,50,-4255.33,-11844.1,-112.454,NULL,0,0,0,100,0),
|
||||
(577350,51,-4262.23,-11847.2,-112.591,NULL,0,0,0,100,0),
|
||||
(577350,52,-4266.7,-11843.8,-112.679,NULL,0,0,0,100,0),
|
||||
(577350,53,-4272.93,-11833.5,-106.236,NULL,0,0,0,100,0);
|
||||
Reference in New Issue
Block a user