From 007c314f28e010f2789afb27c2c22acc439b5ca3 Mon Sep 17 00:00:00 2001 From: Grz3s Date: Thu, 15 Feb 2024 22:16:35 +0100 Subject: [PATCH] [5288] Chillmaw 33687 redone --- Updates/5288_c.33687.sql | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Updates/5288_c.33687.sql diff --git a/Updates/5288_c.33687.sql b/Updates/5288_c.33687.sql new file mode 100644 index 0000000000..268f1da79a --- /dev/null +++ b/Updates/5288_c.33687.sql @@ -0,0 +1,26 @@ +-- Chillmaw 33687 +UPDATE creature_template SET MovementType = 3 WHERE entry IN (33687); +UPDATE creature SET position_x = 8014.983, position_y = 2677.581, position_z = 552.163, spawndist = 0, MovementType = 3 WHERE id = 33687; +DELETE FROM creature_movement WHERE id IN (533532); +DELETE FROM `creature_movement_template` WHERE entry IN (33687); +INSERT INTO `creature_movement_template` (`entry`,`point`,`positionx`,`positiony`,`positionz`,`orientation`,`waittime`,`scriptid`) VALUES +(33687,1 ,8014.983,2677.581,552.163,100,0,0), +(33687,2 ,8038.616,2686.497,552.163,100,0,0), +(33687,3 ,8054.087,2682.125,552.163,100,0,0), +(33687,4 ,8070.223,2668.8616,552.163,100,0,0), +(33687,5 ,8083.002,2652.033,552.163,100,0,0), +(33687,6 ,8088.153,2638.3508,552.163,100,0,0), +(33687,7 ,8087.991,2612.7356,552.163,100,0,0), +(33687,8 ,8083.2554,2574.9075,545.1081,100,0,0), +(33687,9 ,8078.0425,2539.7332,535.27545,100,0,0), +(33687,10,8072.4697,2520.4517,529.0803,100,0,0), +(33687,11,8056.105,2499.433,523.6086,100,0,0), +(33687,12,8022.817,2484.3496,517.58044,100,0,0), +(33687,13,8001.5947,2505.4888,522.5801,100,0,0), +(33687,14,7969.2935,2523.7786,522.0528,100,0,0), +(33687,15,7953.5557,2557.246,528.35925,100,0,0), +(33687,16,7961.5957,2620.527,540.24805,100,0,0), +(33687,17,7987.2563,2654.7275,547.8585,100,0,0); +DELETE FROM `creature_spawn_data` WHERE guid IN (533532); +INSERT INTO `creature_spawn_data` (`guid`, `id`) VALUES +(533532,20056);