mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +02:00
Update to the latest version, also implement daily mall gift
This commit is contained in:
@@ -887,7 +887,8 @@ public class Player implements GameDatabaseObject {
|
||||
.setServerTs(Nebula.getCurrentServerTime())
|
||||
.setSigninIndex(this.getSignInIndex())
|
||||
.setTowerTicket(this.getProgress().getTowerTickets())
|
||||
.setDailyShopRewardStatus(this.getQuestManager().hasDailyReward())
|
||||
.setDailyShopRewardStatus(this.getQuestManager().hasDailyShopReward())
|
||||
.setDailyMallRewardStatus(this.getQuestManager().hasDailyMallReward())
|
||||
.setMusicInfo(this.getMusic())
|
||||
.setAchievements(new byte[64]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user