DB/Creature: root training dummies

Closes #21513

(cherry picked from commit 60362cd11a)
This commit is contained in:
ariel-
2018-03-10 20:02:33 -03:00
committed by Shauren
parent add2e6d212
commit e7ef1deb6d

View 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);