DB/Creature: Add random movement to Gordok Mastiff

Closes #27211
This commit is contained in:
offl
2021-10-30 19:41:39 +03:00
parent 5a3c9c46f6
commit fb3b8fd253

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature` SET `wander_distance` = 5, `MovementType` = 1 WHERE `id` = 13036;