mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
6
data/sql/updates/db_world/2025_10_26_00.sql
Normal file
6
data/sql/updates/db_world/2025_10_26_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2025_10_25_01 -> 2025_10_26_00
|
||||
--
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = 126740 OR `memberGUID` = 126740;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(126740, 126740, 0, 0, 3, 0, 0),
|
||||
(126740, 126741, 0, 0, 3, 0, 0);
|
||||
Reference in New Issue
Block a user