fix(DB/Creature): Root Mennu the Betrayer totems (#16501)

Create rev_1686246515972617800.sql
This commit is contained in:
Gultask
2023-06-08 22:40:43 -03:00
committed by GitHub
parent a13601bbc5
commit 327135ef05

View File

@@ -0,0 +1,11 @@
--
DELETE FROM `creature_template_movement` WHERE (`CreatureId` IN (18176,18177,18178,18179,19897,19898,19899,19900));
INSERT INTO `creature_template_movement` (`CreatureId`, `Flight`, `Rooted`) VALUES
(18176, 1, 1),
(18177, 1, 1),
(18178, 1, 1),
(18179, 1, 1),
(19897, 1, 1),
(19898, 1, 1),
(19899, 1, 1),
(19900, 1, 1);