From 7c157f6f06ecb6ea0c944462f35adfbfae6a4fb4 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Wed, 19 Apr 2023 03:32:38 +0300 Subject: [PATCH] fix(DB/Conditions): Allow gossip with Ethereal Teleport Pad after quest 10270. (#15991) --- .../sql/updates/pending_db_world/rev_1681758967243313800.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1681758967243313800.sql diff --git a/data/sql/updates/pending_db_world/rev_1681758967243313800.sql b/data/sql/updates/pending_db_world/rev_1681758967243313800.sql new file mode 100644 index 000000000..212fe261e --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1681758967243313800.sql @@ -0,0 +1,5 @@ +-- 184073 (Ethereal Teleport Pad) +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 8062; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15, 8062, 0, 0, 0, 29, 1, 20518, 10, 0, 1, 0, 0, '', '(AND) Ethereal Teleport Pad - Show Gossip option 0 only if no Image of Wind Trader Marid is within 10y.'), +(15, 8062, 0, 0, 0, 47, 0, 10270, 66, 0, 0, 0, 0, '', '(AND) Ethereal Teleport Pad - Show Gossip option 0 only if quest A Not-So-Modest Proposal has been completed or rewarded.');