aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-08 20:11:47 +0300
committerShauren <shauren.trinity@gmail.com>2022-01-26 19:16:32 +0100
commit2350c203853d3eb1425205b023212415ed30b1fb (patch)
tree5a7465903df83447142bb48b6af275e0130ea00e
parentc4e2ae4603ed4a2518980f3df909385ae48f1342 (diff)
DB/Texts: Add BroadcastTextId to one of Molthor's texts & remove useless locales
(cherry picked from commit 08dd9ebf780e6133a4d3a0421aba00a0e43892d0)
-rw-r--r--sql/updates/world/master/2022_01_26_23_world_2020_08_08_06_world_335.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_26_23_world_2020_08_08_06_world_335.sql b/sql/updates/world/master/2022_01_26_23_world_2020_08_08_06_world_335.sql
new file mode 100644
index 00000000000..61ddc236e75
--- /dev/null
+++ b/sql/updates/world/master/2022_01_26_23_world_2020_08_08_06_world_335.sql
@@ -0,0 +1,3 @@
+-- Add BroadcastTextId to one of Molthor's texts & remove useless locales
+UPDATE `creature_text` SET `Text` = "Begin the ritual, my servants. We must banish the heart of Hakkar back into the void!", `BroadcastTextId` = 10474 WHERE `CreatureID` = 14875 AND `GroupID` = 0 AND `ID` = 0;
+DELETE FROM `creature_text_locale` WHERE `CreatureID` = 14875;