mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
5
data/sql/updates/db_world/2025_11_13_02.sql
Normal file
5
data/sql/updates/db_world/2025_11_13_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_11_13_01 -> 2025_11_13_02
|
||||
--
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 27821;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Flight`) VALUES
|
||||
(27821, 1, 1);
|
||||
Reference in New Issue
Block a user