DB/Creature: Warsong Battle Standard

Closes #23024

(cherry picked from commit 6443dee2868de47576c3f5a0ec6bc16859880079)
This commit is contained in:
illfated
2021-11-23 22:25:36 +01:00
committed by Shauren
parent 3ddbf02dc7
commit 98be760151
@@ -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);