diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2025-06-08 23:06:31 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-08 22:06:31 +0200 |
| commit | 4e28543882635362bd05e7fab4368f676044cbdb (patch) | |
| tree | 2c1a8dccedbe6b776aed9765951543614c694055 /sql/updates | |
| parent | e5a3a4acd48ca99fa08df24341469620048a891b (diff) | |
Scripts/Steam Vault: Add missing text to Thespia & linked aggro (#31037)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2025_06_08_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_06_08_00_world.sql b/sql/updates/world/3.3.5/2025_06_08_00_world.sql new file mode 100644 index 00000000000..3cd17ec40b6 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_06_08_00_world.sql @@ -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); |
