diff options
author | offl <offl@users.noreply.github.com> | 2020-08-08 20:11:47 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-08-08 20:11:47 +0300 |
commit | 08dd9ebf780e6133a4d3a0421aba00a0e43892d0 (patch) | |
tree | 697f7905fae9690d3550097c7e30b45056131a41 | |
parent | 769d47c61717851b5eb4d4a58dd99b5ff3854f8b (diff) |
DB/Texts: Add BroadcastTextId to one of Molthor's texts & remove useless locales
-rw-r--r-- | sql/updates/world/3.3.5/2020_08_08_06_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |