Compare commits
1 Commits
827e224c3b
...
37c2da0f8e
| Author | SHA1 | Date | |
|---|---|---|---|
| 37c2da0f8e |
@ -83,6 +83,7 @@ export const updateQuestStage = (
|
|||||||
`Quest stage index mismatch: stage is ${ChainStage} but array size is ${quest.Progress.length}`
|
`Quest stage index mismatch: stage is ${ChainStage} but array size is ${quest.Progress.length}`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
// Note that the client may use index 0 as well, e.g. for rising tide's initial inbox message. 'm' is not tracked for it.
|
||||||
if (ChainStage >= 0) {
|
if (ChainStage >= 0) {
|
||||||
const questStage = quest.Progress[ChainStage]; // guaranteed in-bounds now
|
const questStage = quest.Progress[ChainStage]; // guaranteed in-bounds now
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user