mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(Scripts/TempleOfAhnQiraj): C'thun (#13153)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--
|
||||
DELETE FROM `creature_template_movement` WHERE `creatureId` IN (21221, 15728, 15334, 15802, 15725, 15726);
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
|
||||
(21221, 1, 0, 0, 1, 0, 0, 0),
|
||||
(15728, 1, 0, 0, 1, 0, 0, 0),
|
||||
(15334, 1, 0, 0, 1, 0, 0, 0),
|
||||
(15802, 1, 0, 0, 1, 0, 0, 0),
|
||||
(15725, 1, 0, 0, 1, 0, 0, 0),
|
||||
(15726, 1, 0, 0, 1, 0, 0, 0);
|
||||
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags` |33554432 WHERE `entry` IN (15910, 15904, 15896);
|
||||
Reference in New Issue
Block a user