From 1b2593d763d692017f73487b6b2daaa72a702523 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Fri, 20 Oct 2023 03:39:39 +0300 Subject: [PATCH] fix(DB/Conditions): Scryer/Aldor repeatable quests (#17533) --- .../sql/updates/pending_db_world/rev_1697533767698549200.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1697533767698549200.sql diff --git a/data/sql/updates/pending_db_world/rev_1697533767698549200.sql b/data/sql/updates/pending_db_world/rev_1697533767698549200.sql new file mode 100644 index 000000000..d9c5eed94 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1697533767698549200.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceGroup` = 0 AND `SourceEntry` IN (10024,10017); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19, 0, 10024, 0, 0, 5, 0, 934, 7, 0, 0, 0, 0, '', 'Show quest \'Voren\'thal\'s Visions\' only if the player is unfriendly or lower towards The Scryers.'), +(19, 0, 10017, 0, 0, 5, 0, 932, 7, 0, 0, 0, 0, '', 'Show quest \'Strained Supplies\' only if the player is unfriendly or lower towards The Aldor.');