diff options
author | ariel- <ariel-@users.noreply.github.com> | 2018-03-10 20:02:33 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2018-03-10 20:02:33 -0300 |
commit | 60362cd11a7f918b88739c13bdfc1fec58fad714 (patch) | |
tree | 46ffee4f1cca12ae6453d4f3a629077a31aabcb4 | |
parent | 7f947646f9d51b53b5297bfdddbada09500c53d3 (diff) |
DB/Creature: root training dummies
Closes #21513
-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); |