diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-03-03 18:32:50 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-03-03 18:32:50 +0100 |
commit | b4464ae66d609e273534bb91131cbd10c43337e3 (patch) | |
tree | 2227d839f90907f6560812577df1c15b04d2bbee | |
parent | f64752abbcec584829f7b64870b223f355d83013 (diff) |
DB/Text: Blastmaster Emi Shortfuse
Closes #21543
-rw-r--r-- | sql/updates/world/3.3.5/2018_03_03_04_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_03_04_world_335.sql b/sql/updates/world/3.3.5/2018_03_03_04_world_335.sql new file mode 100644 index 00000000000..961b677cdac --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_03_04_world_335.sql @@ -0,0 +1,3 @@ +-- Blastmaster Emi Shortfuse +UPDATE `creature_text` SET `Text`="FIRE IN THE HOLE!", `Language`=0, `BroadcastTextId`=4137 WHERE `CreatureID`=7998 AND `GroupID`=11; +UPDATE `creature_text` SET `BroadcastTextId`=4207 WHERE `CreatureID`=7998 AND `GroupID`=13; |