mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
6
data/sql/updates/db_world/2022_07_02_00.sql
Normal file
6
data/sql/updates/db_world/2022_07_02_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_07_01_03 -> 2022_07_02_00
|
||||
--
|
||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (49313, 49314);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(49310, 49313, 0, 0, 27, 0, 0),
|
||||
(49310, 49314, 0, 0, 27, 0, 0);
|
||||
Reference in New Issue
Block a user