diff --git a/Updates/5152_c.32400.sql b/Updates/5152_c.32400.sql index 666a9eec0a..c9cc7b35ac 100644 --- a/Updates/5152_c.32400.sql +++ b/Updates/5152_c.32400.sql @@ -1,9 +1,11 @@ -- Tukemuth 32400 -- left spawn -UPDATE creature SET position_x = 4478.5054, position_y = 265.8662, position_z = 82.41908, spawndist = 0, movementType = 4 WHERE guid = 532436; +UPDATE creature SET position_x = 4478.5054, position_y = 265.8662, position_z = 82.41908, spawndist = 0, movementType = 4 WHERE guid = 532436; -- linear -- middle spawn UPDATE creature SET position_x = 3454.3228, position_y = 398.6061, position_z = 50.142384, spawndist = 0, movementType = 2 WHERE guid = 532438; -DELETE FROM creature_movement WHERE id IN (532436,532438); +-- right spawn +UPDATE creature SET position_x = 4547.9004, position_y = -230.56868, position_z = 99.27459, spawndist = 0, movementType = 4 WHERE guid = 532435; -- linear +DELETE FROM creature_movement WHERE id IN (532436,532438,532435); INSERT INTO creature_movement (id, point, positionx, positiony, positionz, orientation, waittime, scriptid) VALUES -- 532436 (532436,1 ,4478.5054,265.8662,82.41908,100,0,0), @@ -96,7 +98,52 @@ INSERT INTO creature_movement (id, point, positionx, positiony, positionz, orien (532438,50,3331.2554,323.0048,63.72046,100,0,0), (532438,51,3353.7532,343.72574,62.261078,100,0,0), (532438,52,3387.1824,354.21378,58.75484,100,0,0), -(532438,53,3425.6458,382.32477,52.929726,100,0,0); +(532438,53,3425.6458,382.32477,52.929726,100,0,0), +-- 532435 +(532435,1 ,4547.9004,-230.56868,99.27459,100,0,0), +(532435,2 ,4526.776,-208.97482,96.47666,100,0,0), +(532435,3 ,4505.485,-189.33562,93.14378,100,0,0), +(532435,4 ,4473.4585,-169.04938,86.25839,100,0,0), +(532435,5 ,4448.3,-157.65614,85.000885,100,0,0), +(532435,6 ,4414.9614,-142.39693,82.85619,100,0,0), +(532435,7 ,4387.0576,-120.634766,74.7188,100,0,0), +(532435,8 ,4350.311,-116.22613,69.040016,100,0,0), +(532435,9 ,4314.194,-110.79417,65.496635,100,0,0), +(532435,10,4268.214,-106.62934,63.497986,100,0,0), +(532435,11,4240.539,-110.83995,65.163994,100,0,0), +(532435,12,4198.1763,-116.22222,68.0085,100,0,0), +(532435,13,4174.7817,-115.95248,67.60039,100,0,0), +(532435,14,4132.9707,-121.07108,60.021515,100,0,0), +(532435,15,4102.314,-127.03603,58.218323,100,0,0), +(532435,16,4074.244,-134.4706,55.71692,100,0,0), +(532435,17,4036.0295,-141.7257,53.476894,100,0,0), +(532435,18,4011.0625,-150.86296,53.67697,100,0,0), +(532435,19,3976.3716,-161.20801,53.77648,100,0,0), +(532435,20,3935.5925,-167.00652,53.377274,100,0,0), +(532435,21,3886.5022,-168.73567,56.016136,100,0,0), +(532435,22,3862.7227,-176.45117,58.923134,100,0,0), +(532435,23,3840.5557,-192.30263,62.487556,100,0,0), +(532435,24,3823.683,-204.78874,65.53327,100,0,0), +(532435,25,3801.3599,-226.1531,71.32529,100,0,0), +(532435,26,3769.1086,-251.4834,77.019196,100,0,0), +(532435,27,3749.9084,-280.62653,76.65172,100,0,0), +(532435,28,3719.9836,-287.658,71.79872,100,0,0), +(532435,29,3693.7344,-296.60147,73.60635,100,0,0), +(532435,30,3657.0334,-314.66818,73.380714,100,0,0), +(532435,31,3624.6047,-325.36752,71.87939,100,0,0), +(532435,32,3602.4023,-325.0839,70.42635,100,0,0), +(532435,33,3579.5251,-320.0471,71.82279,100,0,0), +(532435,34,3563.6555,-298.23502,72.60881,100,0,0), +(532435,35,3527.9465,-274.91928,72.64155,100,0,0), +(532435,36,3482.1943,-265.8595,70.8847,100,0,0), +(532435,37,3453.038,-243.62447,73.2045,100,0,0), +(532435,38,3433.2727,-228.18013,75.372505,100,0,0), +(532435,39,3415.8528,-203.93414,74.37105,100,0,0), +(532435,40,3391.2456,-191.38997,74.47608,100,0,0), +(532435,41,3362.7075,-183.04167,74.34866,100,0,0), +(532435,42,3335.766,-159.83377,71.58771,100,0,0), +(532435,43,3324.5476,-134.24577,71.09902,100,0,0), +(532435,44,3322.271,-114.02626,69.63243,100,0,0); -- move them to spawn_group DELETE FROM pool_creature_template WHERE id = 32400; DELETE FROM pool_template WHERE entry = 1077;