mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Azure Vault: Converted Leymor intro to use new OnCreatureGroupDepleted hook
This commit is contained in:
7
sql/updates/world/master/2024_07_12_00_world.sql
Normal file
7
sql/updates/world/master/2024_07_12_00_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user