DB/Creature: Totem of Spirits

Closes #17183

(cherry picked from commit b938c26090)
This commit is contained in:
offl
2020-05-30 21:46:19 +02:00
committed by Shauren
parent 8fa2058322
commit 0fec3317fc

View File

@@ -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);