mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 15:33:59 +00:00
5
data/sql/updates/db_world/2024_11_10_00.sql
Normal file
5
data/sql/updates/db_world/2024_11_10_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2024_11_09_03 -> 2024_11_10_00
|
||||
--
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 24858;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Flight`) VALUES
|
||||
(24858, 1, 1);
|
||||
Reference in New Issue
Block a user