fix(DB): Befouled Water Elemental CTM (#10145)
This commit is contained in:
parent
259b9133f6
commit
07c4f1c644
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641991561864671400');
|
||||
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` in (3917);
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
|
||||
(3917, 1, 1, 0, 0, 0, 0, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue