From eeb02ba141c555d2aeedb94e90d135f401784c95 Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 26 Aug 2020 02:09:34 +0300 Subject: DB/Creature: Add formations to Cenarion Hold Infantry --- sql/updates/world/3.3.5/2020_08_26_02_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_26_02_world_335.sql diff --git a/sql/updates/world/3.3.5/2020_08_26_02_world_335.sql b/sql/updates/world/3.3.5/2020_08_26_02_world_335.sql new file mode 100644 index 00000000000..c7f4d27b2da --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_26_02_world_335.sql @@ -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); -- cgit v1.2.3