diff options
author | TecDian <TecDian@users.noreply.github.com> | 2018-04-17 14:59:08 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-04-17 14:59:08 +0200 |
commit | 1e2e7d5f7555711b7c56094c2f9243a5c39c7cf6 (patch) | |
tree | 2fa46cea761ce894731e7f8081941a8432b165ec | |
parent | dc2888915127ae31fae641ba8e53d10a7aed6446 (diff) |
DB: Update Broadcast text used for The Ancient Statuette quest
Ref #21545
Closes #21844
-rw-r--r-- | sql/updates/world/3.3.5/2018_04_17_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_04_17_00_world_335.sql b/sql/updates/world/3.3.5/2018_04_17_00_world_335.sql new file mode 100644 index 00000000000..50cda3d0057 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_04_17_00_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_text` SET `BroadcastTextId`=1325, `Text`="These statuettes must hold a hidden compartment...." WHERE `CreatureID`=3846 AND `GroupID`=0 AND `ID`=0; +UPDATE `creature_text` SET `BroadcastTextId`=1354, `Text`="%s searches the ancient statuettes." WHERE `CreatureID`=3846 AND `GroupID`=1 AND `ID`=0; +UPDATE `creature_text` SET `BroadcastTextId`=1326, `Text`="They're locked! NO!!" WHERE `CreatureID`=3846 AND `GroupID`=2 AND `ID`=0; |