DB/Creatures: fixed flight movement for several creatures in the Blasted Lands

This commit is contained in:
Ovahlord
2021-03-08 22:51:51 +01:00
parent fe7816bb71
commit 3d0a16043b

View File

@@ -0,0 +1,5 @@
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (5983, 42235, 42338);
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Flight`) VALUES
(5983, 2, 1),
(42235, 2, 1),
(42338, 2, 1);