Scripts/Steam Vault: Add missing text to Thespia & linked aggro (#31037)

This commit is contained in:
offl
2025-06-08 23:06:31 +03:00
committed by GitHub
parent e5a3a4acd4
commit 4e28543882
2 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
--
UPDATE `creature_text` SET `Text` = "Enjoy the storm warm bloods!", `Sound` = 0, `BroadcastTextId` = 19456, `comment` = "thespia SAY_CLOUD" WHERE `CreatureID` = 17797 AND `GroupID` = 0 AND `ID` = 0;
DELETE FROM `creature_formations` WHERE `leaderGUID` = 3453;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(3453,3453,0,0,3,0,0),
(3453,2090,0,0,3,0,0),
(3453,2093,0,0,3,0,0);