diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-03-29 17:48:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 17:48:40 +0100 |
commit | f4f0925e7e47cfc4f754e30f5e064c1de6eb9e30 (patch) | |
tree | 391e514f5f777ce9af1f8877288b58c28af6557e | |
parent | cff9fc5a308e2d28cd7ddd9403f23c3926f486e5 (diff) |
DB/Quest: What Argus Means to Me
closes #29852 by Jonne733
-rw-r--r-- | sql/updates/world/3.3.5/2024_03_29_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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"); |