diff options
author | TecDian <TecDian@users.noreply.github.com> | 2018-04-17 14:59:08 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-09-25 22:56:01 +0200 |
commit | d364793b92916b9b68e8eec39bdddd2b448f114f (patch) | |
tree | 55d333a7eb4606404a60466779b9b0958190c12a | |
parent | 4f0aa11c6e632583ca2908806a56a68b8c3d8802 (diff) |
DB: Update Broadcast text used for The Ancient Statuette quest
Ref #21545
Closes #21844
(cherry picked from commit 1e2e7d5f7555711b7c56094c2f9243a5c39c7cf6)
-rw-r--r-- | sql/updates/world/master/2021_09_25_14_world_2018_04_17_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_25_14_world_2018_04_17_00_world_335.sql b/sql/updates/world/master/2021_09_25_14_world_2018_04_17_00_world_335.sql new file mode 100644 index 00000000000..50cda3d0057 --- /dev/null +++ b/sql/updates/world/master/2021_09_25_14_world_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; |