From 98be7601514077e82ca23ae4b866c756d0f90682 Mon Sep 17 00:00:00 2001 From: illfated Date: Wed, 6 Feb 2019 08:34:01 +0100 Subject: DB/Creature: Warsong Battle Standard Closes #23024 (cherry picked from commit 6443dee2868de47576c3f5a0ec6bc16859880079) --- sql/updates/world/master/2021_11_23_12_world_2019_02_06_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_11_23_12_world_2019_02_06_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_11_23_12_world_2019_02_06_00_world.sql b/sql/updates/world/master/2021_11_23_12_world_2019_02_06_00_world.sql new file mode 100644 index 00000000000..c2759fe4039 --- /dev/null +++ b/sql/updates/world/master/2021_11_23_12_world_2019_02_06_00_world.sql @@ -0,0 +1,4 @@ +-- Warsong Battle Standard +DELETE FROM `creature_template_movement` WHERE `CreatureId`= 26678; +INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES +(26678, 1, 0, 0, 1); -- cgit v1.2.3