mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(DB\CTM): Hydroflask CTM
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641915269772728685');
|
||||
|
||||
-- hydroflask CTM
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (13280);
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
|
||||
(13280, 1, 1, 0, 0, 0, 0, NULL);
|
||||
Reference in New Issue
Block a user