mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
DB/Creature: Warsong Battle Standard
Closes #23024
(cherry picked from commit 6443dee286)
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