From 08dd9ebf780e6133a4d3a0421aba00a0e43892d0 Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 8 Aug 2020 20:11:47 +0300 Subject: DB/Texts: Add BroadcastTextId to one of Molthor's texts & remove useless locales --- sql/updates/world/3.3.5/2020_08_08_06_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_08_06_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_08_08_06_world_335.sql b/sql/updates/world/3.3.5/2020_08_08_06_world_335.sql new file mode 100644 index 00000000000..61ddc236e75 --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3