mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
7
data/sql/updates/db_world/2022_06_21_00.sql
Normal file
7
data/sql/updates/db_world/2022_06_21_00.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2022_06_19_00 -> 2022_06_21_00
|
||||
--
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = 49310;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(49310, 49310, 0, 0, 27, 0, 0),
|
||||
(49310, 49311, 0, 0, 27, 0, 0),
|
||||
(49310, 49312, 0, 0, 27, 0, 0);
|
||||
Reference in New Issue
Block a user