diff --git a/sql/updates/world/4.3.4/2020_07_13_01_world.sql b/sql/updates/world/4.3.4/2020_07_13_01_world.sql new file mode 100644 index 00000000000..35e8f13c1c0 --- /dev/null +++ b/sql/updates/world/4.3.4/2020_07_13_01_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (57686, 57694, 57696, 57695); +INSERT INTO `creature_template_movement` (`CreatureId`, `Flight`, `Rooted`) VALUES +(57686, 1, 1), +(57694, 1, 1), +(57696, 1, 1), +(57695, 1, 1);