mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
fix(DB): Befouled Water Elemental CTM (#10145)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user