mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(DB/Creature): Update Charming Totem movement (#15468)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- [1] MovementFlags: 1536 (DisableGravity, Root)
|
||||
DELETE FROM `creature_template_movement` WHERE `creatureId` = 20343;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Flight`, `Rooted`) VALUES
|
||||
(20343, 1, 1);
|
||||
Reference in New Issue
Block a user