mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 17:34:39 +01:00
Properly add end quest IDs to the endQuestChapterMap
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user