DB/Creature: Fix some root for some npcs

Closes #22447

(cherry picked from commit 010b872e5f)
This commit is contained in:
Killyana
2018-09-18 22:02:48 +02:00
committed by Shauren
parent 4e3d736495
commit 006befabfc

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template_movement` SET `Ground`=1, `Swim`=0, `Flight`=0, `Rooted`=1 WHERE `CreatureId`=29747;
UPDATE `creature_template_movement` SET `Rooted`=0 WHERE `CreatureId` IN (14697, 18695, 30475, 31424);