mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-03-26 17:43:07 +01:00
Remove the first area from being auto-unlocked when questing is enabled
This commit is contained in:
@@ -13,6 +13,9 @@ public class ExecUnlockPoint extends QuestExecHandler {
|
||||
// Unlock the trans point for the player.
|
||||
int sceneId = Integer.parseInt(paramStr[0]);
|
||||
int pointId = Integer.parseInt(paramStr[1]);
|
||||
|
||||
// TODO: Determine if the point is a statue.
|
||||
// This is currently a hardcoded value.
|
||||
boolean isStatue = quest.getMainQuestId() == 303 || quest.getMainQuestId() == 352;
|
||||
|
||||
// Done.
|
||||
|
||||
Reference in New Issue
Block a user