mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(DB/Creature): Root Ironhand Guardian (#13759)
* Create rev_1668017149389906100.sql * Update rev_1668017149389906100.sql
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user