aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorillfated <illfated@users.noreply.github.com>2019-02-06 08:34:01 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-23 22:25:36 +0100
commit98be7601514077e82ca23ae4b866c756d0f90682 (patch)
treea2a9e70271dafbb65d82bb46c1db338f104617e6
parent3ddbf02dc7b10cedf8c4c8b6998e547486a3b757 (diff)
DB/Creature: Warsong Battle Standard
Closes #23024 (cherry picked from commit 6443dee2868de47576c3f5a0ec6bc16859880079)
-rw-r--r--sql/updates/world/master/2021_11_23_12_world_2019_02_06_00_world.sql4
1 files changed, 4 insertions, 0 deletions
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);