fix(DB/Creature): Update Charming Totem movement (#15468)

This commit is contained in:
Kitzunu
2023-03-19 05:43:00 +01:00
committed by GitHub
parent 465c5b12e4
commit f542172281

View File

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