mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Creature: Add formations to Warden of Time
This commit is contained in:
5
sql/updates/world/3.3.5/2020_09_09_01_world.sql
Normal file
5
sql/updates/world/3.3.5/2020_09_09_01_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = 23473;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(23473,23473,0,0,515,0,0),
|
||||
(23473,23472,7.5,360,515,0,0);
|
||||
Reference in New Issue
Block a user