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:
parent
7df342b41c
commit
211a6d4c08
1 changed files with 6 additions and 0 deletions
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue