DB/Creature: Fix Doomwalker Movement

Closes #23093

(cherry picked from commit 93072c8d1c)
This commit is contained in:
Killyana
2019-03-05 19:15:31 +01:00
committed by Shauren
parent 48c8b650bb
commit f9f4d69947

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature` SET `MovementType`=2 WHERE `id` IN (17711);