From 52dd4774757e0bfa2d90b2979665b92a029b3055 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 27 Feb 2025 18:06:37 +0100 Subject: DB/Creature: Add missing movement flags to The Lich King closes #30707 by CraftedRO --- sql/updates/world/3.3.5/2025_02_27_06_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_02_27_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2025_02_27_06_world.sql b/sql/updates/world/3.3.5/2025_02_27_06_world.sql new file mode 100644 index 00000000000..487f842f781 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_02_27_06_world.sql @@ -0,0 +1,4 @@ +-- Add missing movement flags to The Lich King +DELETE FROM `creature_template_movement` WHERE `CreatureId`=29110; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES +(29110, 0, 0, 0, 1, 0, 0, NULL); -- cgit v1.2.3