DB/Texts: Add BroadcastTextId to one of Molthor's texts & remove useless locales

This commit is contained in:
offl
2020-08-08 20:11:47 +03:00
parent 769d47c617
commit 08dd9ebf78

View File

@@ -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;