Implement login reward activity

This commit is contained in:
Melledy
2025-12-24 21:12:31 -08:00
parent b086851b95
commit 9db0f6aabb
8 changed files with 200 additions and 1 deletions
@@ -804,6 +804,9 @@ public class Player implements GameDatabaseObject {
// Fix any broken honor ids
this.checkBrokenHonor();
// Update activities
this.getActivityManager().onLogin();
// Update last login time
this.lastLogin = System.currentTimeMillis();
Nebula.getGameDatabase().update(this, this.getUid(), "lastLogin", this.getLastLogin());