mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Creatures: fixed flight movement for several creatures in the Blasted Lands
This commit is contained in:
5
sql/updates/world/4.3.4/2021_03_08_01_world.sql
Normal file
5
sql/updates/world/4.3.4/2021_03_08_01_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user