diff options
author | Killyana <morphone1@gmail.com> | 2018-04-17 19:41:11 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-04-17 19:41:11 +0200 |
commit | 70ea1fb4dad94703b93927ad148e48ee1c9c5310 (patch) | |
tree | 850d367da7b91aa62d250dfc6028dd88d2a19f8b | |
parent | 1e2e7d5f7555711b7c56094c2f9243a5c39c7cf6 (diff) |
DB: Revert the Previous commit
Broadcast Text doesn't match the quest version
-rw-r--r-- | sql/updates/world/3.3.5/2018_04_17_01_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_04_17_01_world_335.sql b/sql/updates/world/3.3.5/2018_04_17_01_world_335.sql new file mode 100644 index 00000000000..6361bb765e9 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_04_17_01_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_text` SET `BroadcastTextId`=0, `Text`="This statuette must hold a hidden compartment...." WHERE `CreatureID`=3846 AND `GroupID`=0 AND `ID`=0; +UPDATE `creature_text` SET `BroadcastTextId`=0, `Text`="%s searches the ancient statuette." WHERE `CreatureID`=3846 AND `GroupID`=1 AND `ID`=0; +UPDATE `creature_text` SET `BroadcastTextId`=0, `Text`="It's locked! NO!!" WHERE `CreatureID`=3846 AND `GroupID`=2 AND `ID`=0; |