From 6ca4681ab4b49ef0b975f02b9a854702bfd030d2 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 12 Jul 2024 12:30:52 +0200 Subject: Scripts/Azure Vault: Converted Leymor intro to use new OnCreatureGroupDepleted hook --- sql/updates/world/master/2024_07_12_00_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2024_07_12_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_07_12_00_world.sql b/sql/updates/world/master/2024_07_12_00_world.sql new file mode 100644 index 00000000000..b6a07819951 --- /dev/null +++ b/sql/updates/world/master/2024_07_12_00_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `creature_formations` WHERE `leaderGUID`=9001816; +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`,`point_1`,`point_2`) VALUES +(9001816,9001816,0,0,0,0,0), +(9001816,9001823,0,0,0,0,0), +(9001816,9001856,0,0,0,0,0); + +UPDATE `creature` SET `StringId`='leymor_arcane_tender' WHERE `guid` IN (9001816,9001823,9001856); -- cgit v1.2.3