aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/hotfixes
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2025-04-12 23:49:47 +0200
committerOvahlord <dreadkiller@gmx.de>2025-04-12 23:49:47 +0200
commit4fd81f62966548e332b11a4e41c63f6b0fdd1d8a (patch)
tree60b5acdc39835d25cda8ce42b20d077e2021514c /sql/updates/hotfixes
parent8ee03b01081a3ec1bb356ca4bddd1cea3fc18762 (diff)
DB/Hotfixes: fixed sql added in 8ee03b01081a3ec1bb356ca4bddd1cea3fc18762
Diffstat (limited to 'sql/updates/hotfixes')
-rw-r--r--sql/updates/hotfixes/master/2025_04_12_00_hotfixes.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2025_04_12_00_hotfixes.sql b/sql/updates/hotfixes/master/2025_04_12_00_hotfixes.sql
new file mode 100644
index 00000000000..b684be98f33
--- /dev/null
+++ b/sql/updates/hotfixes/master/2025_04_12_00_hotfixes.sql
@@ -0,0 +1,5 @@
+DELETE FROM `broadcast_text` WHERE `VerifiedBuild`>0 AND `ID` IN (242815, 242822, 284310);
+INSERT INTO `broadcast_text` (`Text`, `Text1`, `ID`, `LanguageID`, `ConditionID`, `EmotesID`, `Flags`, `ChatBubbleDurationMs`, `VoiceOverPriorityID`, `SoundKitID1`, `SoundKitID2`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `VerifiedBuild`) VALUES
+('', 'This lair is a place of darkness and danger.\n\nDo you wish to battle the past incarnation of the broodmother, Onyxia.', 242815, 0, 0, 0, 0, 0, 4, 0, 0, 1, 0, 0, 0, 0, 0, 57564),
+('', 'The present is a place of uncertainty and challenge, but also great opportunity.\n\nDo you wish to return?', 242822, 0, 0, 0, 0, 0, 4, 0, 0, 1, 0, 0, 0, 0, 0, 57564),
+('I\'ve been ordered here to assist you. Which of the following gifts will the dragonflights bestow upon you?', 'I\'ve been ordered here to assist you. Which of the following gifts will the dragonflights bestow upon you?', 284310, 0, 0, 0, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 60192);