diff --git a/sql/updates/world/3.3.5/2024_06_01_00_world.sql b/sql/updates/world/3.3.5/2024_06_01_00_world.sql new file mode 100644 index 0000000000000..535161d205e88 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_06_01_00_world.sql @@ -0,0 +1,4 @@ +-- Add missing movement flags to Warsong Cannon +DELETE FROM `creature_template_movement` WHERE `CreatureId`=31243; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES +(31243, 0, 0, 0, 1, 0, 0, NULL);