diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-15 21:23:43 +0200 |
---|---|---|
committer | SnapperRy <snapperryen@gmail.com> | 2016-10-15 21:23:43 +0200 |
commit | 94c41c92b35e20c47462113ad88b3d382dd9c44d (patch) | |
tree | 8abf54ef6759d9adddae03d94df6ef52d5b0326f /sql | |
parent | a5347ea743dd012ebf99641d814462298f6a5e24 (diff) |
Script/Quest: Arelion's Mistress.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2016_10_15_10_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_15_10_world.sql b/sql/updates/world/3.3.5/2016_10_15_10_world.sql new file mode 100644 index 00000000000..cdf9683b3d9 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_15_10_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `conditions` SET `ConditionTypeOrReference`=28, `Comment`="Show gossip option 0 if player has quest Arelion's Secret completed OR" WHERE `SourceGroup`=8081 AND `ElseGroup`=0; +DELETE FROM `conditions` WHERE `SourceGroup`=8081 AND `ElseGroup`=1; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15, 8081, 0, 0, 1, 8, 0, 10286, 0, 0, 0, 0, 0, "", "Show gossip option 0 if player has quest Arelion's Secret rewarded"); |