fix(DB/Creature): Root Ironhand Guardian (#13759)

* Create rev_1668017149389906100.sql

* Update rev_1668017149389906100.sql
This commit is contained in:
Gultask
2023-05-13 14:47:42 -03:00
committed by GitHub
parent 2745a98ed1
commit 83a53d0b2e

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `creature_template_movement` WHERE (`CreatureId` = 8982);
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(8982, 1, 0, 0, 1, 0, 0, 0);