Skip to content

Commit

Permalink
Fixed first quest being optional for Starting Over questline
Browse files Browse the repository at this point in the history
  • Loading branch information
Breeni committed May 27, 2022
1 parent 641f806 commit 99899aa
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions EternitysEnd.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ Database:AddChain(Chain.StartingOver, {
},
active = {
type = "quest",
id = 64879,
ids = {64879, 64723, },
status = {'active', 'completed'}
},
completed = {
Expand All @@ -1508,16 +1508,21 @@ Database:AddChain(Chain.StartingOver, {
},
items = {
{
type = "npc",
id = 181183,
x = 0,
connections = {
1,
variations = {
{
type = "quest",
id = 64879,
restrictions = {
type = "quest",
id = 64879,
status = {'active', 'completed'}
},
},
{
type = "npc",
id = 177958,
}
},
},
{
type = "quest",
id = 64879,
x = 0,
connections = {
1,
Expand Down

0 comments on commit 99899aa

Please sign in to comment.