fix(DB/Creature): Root Ironhand Guardian (#13759)
* Create rev_1668017149389906100.sql * Update rev_1668017149389906100.sql
This commit is contained in:
parent
2745a98ed1
commit
83a53d0b2e
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue