mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 01:22:54 +00: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
|
||||
public void onLoad() {
|
||||
beginQuestChapterMap.put(beginQuestId, this);
|
||||
beginQuestChapterMap.put(endQuestId, this);
|
||||
endQuestChapterMap.put(endQuestId, this);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user