mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-13 12:54:36 +01:00
Fix daily rewards not updating when claiming
This commit is contained in:
@@ -312,6 +312,7 @@ public class QuestManager extends PlayerManager implements GameDatabaseObject {
|
|||||||
.getMutableWorldClassReward()
|
.getMutableWorldClassReward()
|
||||||
.setFlag(this.getLevelRewards().toBigEndianByteArray());
|
.setFlag(this.getLevelRewards().toBigEndianByteArray());
|
||||||
|
|
||||||
proto.setTourGuideQuestGroup(1);
|
// Force claim tour guide
|
||||||
|
proto.setTourGuideQuestGroup(9);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user