mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
5
data/sql/updates/db_world/2022_10_25_02.sql
Normal file
5
data/sql/updates/db_world/2022_10_25_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_10_25_01 -> 2022_10_25_02
|
||||
--
|
||||
DELETE FROM `creature_template_movement` WHERE `creatureId` = 15589;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
|
||||
(15589, 1, 0, 0, 1, 0, 0, 0);
|
||||
Reference in New Issue
Block a user