mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(DB/Creature) Add CTM to 4 flying creatures (#12182)
* Create ctm_1.sql * Update ctm_1.sql * Update ctm_1.sql
This commit is contained in:
6
data/sql/updates/pending_db_world/ctm_1.sql
Normal file
6
data/sql/updates/pending_db_world/ctm_1.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (15242, 18707, 22441, 8276);
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`) VALUES (15242, 1, 0, 1, 0, 0, 0),
|
||||
(18707, 1, 0, 1, 0, 0, 0),
|
||||
(22441, 1, 0, 1, 0, 0, 0),
|
||||
(8276, 1, 0, 1, 0, 0, 0);
|
||||
Reference in New Issue
Block a user