From aaac8f1f964c1495091d7fc0ec0dfb8839ea56d9 Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 9 Sep 2020 03:23:30 +0300 Subject: DB/Creature: Add formations to Warden of Time --- sql/updates/world/3.3.5/2020_09_09_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_09_09_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_09_09_01_world.sql b/sql/updates/world/3.3.5/2020_09_09_01_world.sql new file mode 100644 index 00000000000..10774dc9c49 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_09_01_world.sql @@ -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); -- cgit v1.2.3