diff options
-rw-r--r-- | sql/updates/world/3.3.5/2018_03_10_03_world.sql | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_10_03_world.sql b/sql/updates/world/3.3.5/2018_03_10_03_world.sql new file mode 100644 index 00000000000..0b5153ed76a --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_10_03_world.sql @@ -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); |