From f4f0925e7e47cfc4f754e30f5e064c1de6eb9e30 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 29 Mar 2024 17:48:40 +0100 Subject: DB/Quest: What Argus Means to Me closes #29852 by Jonne733 --- sql/updates/world/3.3.5/2024_03_29_04_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_03_29_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2024_03_29_04_world.sql b/sql/updates/world/3.3.5/2024_03_29_04_world.sql new file mode 100644 index 00000000000..492c8255756 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_03_29_04_world.sql @@ -0,0 +1,4 @@ +-- Quest "What Argus Means to Me" should not be availably when you have quest "Report to Exarch Admetius" in your log (Not Breadcrumb) +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 19 AND `SourceEntry`=9693; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(19,0,9693,0,0,28,0,9668,0,0,1,0,0,'',"Don't show quest 'What Argus Means to Me' if quest 'Report To Exarch Admetius' is taken"); -- cgit v1.2.3