DB/Creature: Decaying Colossus

Closes #24303

(cherry picked from commit 8102fae3d5970072398a1e72d44ab14f9aaab7d3)
This commit is contained in:
Rushor
2021-12-23 14:09:09 +01:00
committed by Shauren
parent e0df89590a
commit bf81c39bbd
@@ -0,0 +1,10 @@
--
UPDATE `creature` SET `MovementType`=2 WHERE `guid`=201253;
DELETE FROM `creature_addon` WHERE `guid` IN (201253);
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
(201253, 2012530, 0, 0, 0, 0, '');
DELETE FROM `waypoint_data` WHERE `id`=2012530;
INSERT INTO `waypoint_data`(`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
(2012530, 1, 4356.641, 3033.731, 360.52, 0, 0, 0, 0, 100, 0),
(2012530, 2, 4356.061, 2986.438, 360.51, 4.75, 7000, 0, 0, 100, 0),
(2012530, 3, 4357.132, 3055.515, 360.52, 4.75, 7000, 0, 0, 100, 0);