mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
11
data/sql/updates/db_world/2022_07_25_01.sql
Normal file
11
data/sql/updates/db_world/2022_07_25_01.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- DB update 2022_07_25_00 -> 2022_07_25_01
|
||||
DELETE FROM `creature_formations` WHERE `leaderguid` IN (144488, 144486, 144484, 144483);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(144488, 144488, 0, 0, 3, 0, 0),
|
||||
(144488, 144489, 0, 0, 3, 0, 0),
|
||||
(144486, 144486, 0, 0, 3, 0, 0),
|
||||
(144486, 144487, 0, 0, 3, 0, 0),
|
||||
(144484, 144484, 0, 0, 3, 0, 0),
|
||||
(144484, 144485, 0, 0, 3, 0, 0),
|
||||
(144483, 144483, 0, 0, 3, 0, 0),
|
||||
(144483, 144482, 0, 0, 3, 0, 0);
|
||||
Reference in New Issue
Block a user