mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Totem of Spirits
Closes #17183
(cherry picked from commit b938c26090)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 21071;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`) VALUES
|
||||
(21071,1,1,0,1,0,0);
|
||||
Reference in New Issue
Block a user