mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
6
data/sql/updates/db_world/2025_10_26_03.sql
Normal file
6
data/sql/updates/db_world/2025_10_26_03.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2025_10_26_02 -> 2025_10_26_03
|
||||
--
|
||||
DELETE FROM `creature_formations` WHERE (`leaderGUID` = 126747) AND (`memberGUID` IN (126747, 126748));
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(126747, 126747, 0, 0, 3, 0, 0),
|
||||
(126747, 126748, 0, 0, 3, 0, 0);
|
||||
Reference in New Issue
Block a user