diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-10-07 16:47:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 16:47:29 +0200 |
| commit | 536240dee72a1771f9d64fab3b842bf0602e0289 (patch) | |
| tree | 43bfdb23bd2ddf0a6510adbafab037bd64b644ca /sql/updates/hotfixes/master | |
| parent | 43c7965d6b97a919ddd7e97a1f6e3f5750553f09 (diff) | |
Scripts/NerubarPalace: Implement Ulgrax intro (#30256)
Diffstat (limited to 'sql/updates/hotfixes/master')
| -rw-r--r-- | sql/updates/hotfixes/master/2204_10_07_00_hotfixes.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2204_10_07_00_hotfixes.sql b/sql/updates/hotfixes/master/2204_10_07_00_hotfixes.sql new file mode 100644 index 00000000000..174d3d09e4c --- /dev/null +++ b/sql/updates/hotfixes/master/2204_10_07_00_hotfixes.sql @@ -0,0 +1,10 @@ +DELETE FROM `broadcast_text` WHERE `ID` IN (256584, 256583, 256581, 256930, 256580, 256562, 256546, 257387); +INSERT INTO `broadcast_text` (`Text`, `Text1`, `ID`, `LanguageID`, `ConditionID`, `EmotesID`, `Flags`, `ChatBubbleDurationMs`, `VoiceOverPriorityID`, `SoundKitID1`, `SoundKitID2`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `VerifiedBuild`) VALUES +('', 'Ulgrax, feed.', 256584, 0, 0, 0, 0, 0, 4, 0, 249814, 0, 0, 0, 0, 0, 0, 56819), +('', 'I appreciate you making the extermination of your futile resistance all the easier.', 256583, 0, 0, 0, 0, 0, 4, 0, 249813, 0, 0, 0, 0, 0, 0, 56819), +('', 'The pathetic conspirators have finally crawled from their holes to attack my palace?', 256581, 0, 0, 0, 0, 0, 4, 0, 249812, 0, 0, 0, 0, 0, 0, 56819), +('Invaders! Sound the alarm.', 'Invaders! Sound the alarm.', 256930, 0, 0, 0, 0, 0, 4, 246765, 253836, 0, 0, 0, 0, 0, 0, 56819), +('Otherwise you will be encumbered with additional forces.', '', 256580, 0, 0, 0, 0, 0, 4, 249811, 0, 0, 0, 0, 0, 0, 0, 56819), +('Dispatch these guards before they can raise an alarm.', '', 256562, 0, 0, 0, 0, 0, 4, 249810, 0, 0, 0, 0, 0, 0, 0, 56819), +('I have redirected forces loyal to me away from the entrance.', '', 256546, 0, 0, 0, 0, 0, 4, 249808, 0, 0, 0, 0, 0, 0, 0, 56819), +('', 'I told you that you were destined for great things. Rejoice, for you have aided the end of all things.', 257387, 0, 0, 0, 0, 0, 4, 0, 251930, 0, 0, 0, 0, 0, 0, 56819); |
