mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
DB/Creature: Add formations to Cenarion Hold Infantry
This commit is contained in:
5
sql/updates/world/3.3.5/2020_08_26_02_world_335.sql
Normal file
5
sql/updates/world/3.3.5/2020_08_26_02_world_335.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = 42895;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(42895,42895,0,0,515,0,0),
|
||||
(42895,42896,6.3,360,515,0,0);
|
||||
Reference in New Issue
Block a user