mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
19
sql/updates/world/3.3.5/2018_03_10_03_world.sql
Normal file
19
sql/updates/world/3.3.5/2018_03_10_03_world.sql
Normal file
@@ -0,0 +1,19 @@
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (2673, 2674, 17578, 16111, 24792, 32543, 32546, 32547, 32542, 32545, 30527, 31143, 31144, 31146, 32541, 32666, 32667);
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
|
||||
(2673, 1, 0, 0, 1),
|
||||
(2674, 1, 0, 0, 1),
|
||||
(17578, 1, 0, 0, 1),
|
||||
(16111, 1, 0, 0, 1),
|
||||
(24792, 1, 0, 0, 1),
|
||||
(32543, 1, 0, 0, 1),
|
||||
(32546, 1, 0, 0, 1),
|
||||
(32547, 1, 0, 0, 1),
|
||||
(32542, 1, 0, 0, 1),
|
||||
(32545, 1, 0, 0, 1),
|
||||
(30527, 1, 0, 0, 1),
|
||||
(31143, 1, 0, 0, 1),
|
||||
(31144, 1, 0, 0, 1),
|
||||
(31146, 1, 0, 0, 1),
|
||||
(32541, 1, 0, 0, 1),
|
||||
(32666, 1, 0, 0, 1),
|
||||
(32667, 1, 0, 0, 1);
|
||||
Reference in New Issue
Block a user