From dbb4d37dad5566f74d8acf652f1392b27633512d Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 17 Apr 2018 19:41:11 +0200 Subject: [PATCH] DB: Revert the Previous commit Broadcast Text doesn't match the quest version --- sql/updates/world/3.3.5/2018_04_17_01_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_04_17_01_world_335.sql 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;