mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-13 17:53:23 +08:00
Properly add end quest IDs to the endQuestChapterMap
This commit is contained in:
parent
864298f3b1
commit
6c654ce0c3
@ -23,6 +23,6 @@ public class ChapterData extends GameResource {
|
|||||||
@Override
|
@Override
|
||||||
public void onLoad() {
|
public void onLoad() {
|
||||||
beginQuestChapterMap.put(beginQuestId, this);
|
beginQuestChapterMap.put(beginQuestId, this);
|
||||||
beginQuestChapterMap.put(endQuestId, this);
|
endQuestChapterMap.put(endQuestId, this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user