aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/hotfixes
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-11-14 00:22:38 +0100
committerOvahlord <dreadkiller@gmx.de>2024-11-14 00:22:38 +0100
commit36bece3fc53d1535abd38217908c3042c68dfa2a (patch)
tree34a548584726cd60aee867df1370c0153b1b7ae7 /sql/updates/hotfixes
parent519bb15a0ace3cb8377e8c920b690115b03a361d (diff)
DB/Misc: added Elemental Rune Protocol spawns to Cataclysm dungeons
Diffstat (limited to 'sql/updates/hotfixes')
-rw-r--r--sql/updates/hotfixes/cata_classic/2024_11_14_00_hotfixes.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/cata_classic/2024_11_14_00_hotfixes.sql b/sql/updates/hotfixes/cata_classic/2024_11_14_00_hotfixes.sql
new file mode 100644
index 00000000000..86fe22c287a
--- /dev/null
+++ b/sql/updates/hotfixes/cata_classic/2024_11_14_00_hotfixes.sql
@@ -0,0 +1,3 @@
+DELETE FROM `broadcast_text` WHERE `VerifiedBuild`>0 AND `ID`=278009;
+INSERT INTO `broadcast_text` (`Text`, `Text1`, `ID`, `LanguageID`, `ConditionID`, `EmotesID`, `Flags`, `ChatBubbleDurationMs`, `VoiceOverPriorityID`, `SoundKitID1`, `SoundKitID2`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `VerifiedBuild`) VALUES
+('The device whirs as it rotates, hinting at the raw and untapped power contained within, waiting to be unleashed.', 'The device whirs as it rotates, hinting at the raw and untapped power contained within, waiting to be unleashed.', 278009, 0, 0, 0, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 57359);