From ed871f1eab6de3304091b9ccfc80b71aaf07de55 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:35:59 +0200 Subject: Scripts/Aberrus: Implement Kazzara introduction (#29155) Co-authored-by: ModoX --- sql/updates/hotfixes/master/2023_07_24_00_hotfixes.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/hotfixes/master/2023_07_24_00_hotfixes.sql (limited to 'sql/updates/hotfixes') 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); -- cgit v1.2.3