diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2023-07-24 17:35:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-24 17:35:59 +0200 |
| commit | ed871f1eab6de3304091b9ccfc80b71aaf07de55 (patch) | |
| tree | 1c23da27da740f86d5e2e0dcefa26a2c1c89700b /sql/updates/hotfixes | |
| parent | 3cfc27f5ca81402ed41973a0206838e7a0352070 (diff) | |
Scripts/Aberrus: Implement Kazzara introduction (#29155)
Co-authored-by: ModoX <moardox@gmail.com>
Diffstat (limited to 'sql/updates/hotfixes')
| -rw-r--r-- | sql/updates/hotfixes/master/2023_07_24_00_hotfixes.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2023_07_24_00_hotfixes.sql b/sql/updates/hotfixes/master/2023_07_24_00_hotfixes.sql new file mode 100644 index 00000000000..15379900c3d --- /dev/null +++ b/sql/updates/hotfixes/master/2023_07_24_00_hotfixes.sql @@ -0,0 +1,6 @@ +DELETE FROM `broadcast_text` WHERE `ID` IN (237961, 237960, 237959, 237962); +INSERT INTO `broadcast_text` (`Text`, `Text1`, `ID`, `LanguageID`, `ConditionID`, `EmotesID`, `Flags`, `ChatBubbleDurationMs`, `VoiceOverPriorityID`, `SoundKitID1`, `SoundKitID2`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `VerifiedBuild`) VALUES +('I do. It is nearly overwhelming. Thankfully, our champions seem unaffected.', '', 237961, 0, 0, 1, 0, 0, 4, 222954, 0, 0, 0, 0, 0, 0, 0, 49570), +('Sabellian, something dark saps my strength within these halls. Can you feel it?', '', 237960, 0, 0, 1, 0, 0, 4, 222953, 0, 0, 0, 0, 0, 0, 0, 49570), +('Shore up our flanks! I don\'t want any surprises from the Sundered Flame.', '', 237959, 0, 0, 603, 0, 0, 4, 222952, 0, 0, 0, 0, 0, 0, 0, 49570), +('All the more reason to stop Sarkareth now. He must not be allowed to claim whatever power still lurks here.', '', 237962, 0, 0, 1, 0, 0, 4, 222955, 0, 0, 0, 0, 0, 0, 0, 49570); |
