mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Texts: Add BroadcastTextId to one of Molthor's texts & remove useless locales
This commit is contained in:
3
sql/updates/world/3.3.5/2020_08_08_06_world_335.sql
Normal file
3
sql/updates/world/3.3.5/2020_08_08_06_world_335.sql
Normal 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;
|
||||
Reference in New Issue
Block a user