Fix daily rewards not updating when claiming

This commit is contained in:
Melledy
2025-11-13 01:46:09 -08:00
parent f123004c9d
commit 21f8fee96d

View File

@@ -312,6 +312,7 @@ public class QuestManager extends PlayerManager implements GameDatabaseObject {
.getMutableWorldClassReward()
.setFlag(this.getLevelRewards().toBigEndianByteArray());
proto.setTourGuideQuestGroup(1);
// Force claim tour guide
proto.setTourGuideQuestGroup(9);
}
}