mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-21 19:34:42 +01:00
Add support for legacy and newer quest excels
This commit is contained in:
@@ -53,7 +53,7 @@ public class HandlerSetPlayerBornDataReq extends PacketHandler {
|
||||
Avatar mainCharacter = new Avatar(avatarId);
|
||||
|
||||
// Check if the default Anemo skill should be given.
|
||||
if (!GAME_OPTIONS.questing) {
|
||||
if (!GAME_OPTIONS.questing.enabled) {
|
||||
mainCharacter.setSkillDepotData(
|
||||
GameData.getAvatarSkillDepotDataMap().get(startingSkillDepot));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user