mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 08:16:08 +00:00
5
data/sql/updates/db_world/2023_03_19_00.sql
Normal file
5
data/sql/updates/db_world/2023_03_19_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_03_17_00 -> 2023_03_19_00
|
||||
-- [1] MovementFlags: 1536 (DisableGravity, Root)
|
||||
DELETE FROM `creature_template_movement` WHERE `creatureId` = 20343;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Flight`, `Rooted`) VALUES
|
||||
(20343, 1, 1);
|
||||
Reference in New Issue
Block a user