Compare commits
1 Commits
37c2da0f8e
...
827e224c3b
| Author | SHA1 | Date | |
|---|---|---|---|
| 827e224c3b |
@ -83,7 +83,6 @@ export const updateQuestStage = (
|
||||
`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) {
|
||||
const questStage = quest.Progress[ChainStage]; // guaranteed in-bounds now
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user