generated from nhcarrigan/template
fix: unlock exploration areas on zone unlock, correct quest_eternal count, fix quest status filter in timers
This commit is contained in:
@@ -71,7 +71,7 @@ describe("timers route", () => {
|
||||
{
|
||||
id: "q1",
|
||||
name: "Forest Patrol",
|
||||
status: "in_progress",
|
||||
status: "active",
|
||||
startedAt: startedAt,
|
||||
durationSeconds: 600,
|
||||
},
|
||||
@@ -110,7 +110,7 @@ describe("timers route", () => {
|
||||
{
|
||||
id: "q1",
|
||||
name: "Old Quest",
|
||||
status: "in_progress",
|
||||
status: "active",
|
||||
startedAt: startedAt,
|
||||
durationSeconds: 600,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user