fix(DB/Text): 7998 - Blastmaster emi shortfuse dialogue issues (#16715)

* fixtext7998
This commit is contained in:
wowquester
2023-07-09 18:49:10 +02:00
committed by GitHub
parent 1d889220c6
commit 772f5cfe17

View File

@@ -0,0 +1,2 @@
UPDATE `creature_text` SET `Text` = 'FIRE IN THE HOLE!', `Type` = 14, `BroadcastTextId` = 32326 WHERE (`CreatureID` = 7998) AND (`GroupID` = 19) AND (`ID` = 0);
UPDATE `creature_text` SET `BroadcastTextId` = 4446 WHERE `CreatureID` = 7998 AND `GroupID` = 20 AND `ID` = 0;