mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
14
data/sql/updates/db_world/2024_06_26_04.sql
Normal file
14
data/sql/updates/db_world/2024_06_26_04.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
-- DB update 2024_06_26_03 -> 2024_06_26_04
|
||||
--
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` IN (135858,135854,135856,135853,135860);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(135858, 135858, 0, 0, 3, 0, 0),
|
||||
(135858, 135859, 0, 0, 3, 0, 0),
|
||||
(135854, 135854, 0, 0, 3, 0, 0),
|
||||
(135854, 135855, 0, 0, 3, 0, 0),
|
||||
(135856, 135856, 0, 0, 3, 0, 0),
|
||||
(135856, 135857, 0, 0, 3, 0, 0),
|
||||
(135853, 135853, 0, 0, 3, 0, 0),
|
||||
(135853, 135852, 0, 0, 3, 0, 0),
|
||||
(135860, 135860, 0, 0, 3, 0, 0),
|
||||
(135860, 135861, 0, 0, 3, 0, 0);
|
||||
Reference in New Issue
Block a user