DB/Creature: Warsong Battle Standard
Closes #23024 (cherry picked from commit 6443dee2868de47576c3f5a0ec6bc16859880079)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user