mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(DB/Text): 7998 - Blastmaster emi shortfuse dialogue issues (#16715)
* fixtext7998
This commit is contained in:
2
data/sql/updates/pending_db_world/fixtext7998v2.sql
Normal file
2
data/sql/updates/pending_db_world/fixtext7998v2.sql
Normal 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;
|
||||
Reference in New Issue
Block a user