Fix weekly boss entry tickets and rewards

This commit is contained in:
Melledy
2025-12-07 15:45:19 -08:00
parent 7f0bdb1824
commit c6ac09f112
6 changed files with 93 additions and 12 deletions
@@ -132,12 +132,13 @@ public class PlayerModule extends GameContextModule {
player.onLoad();
player.save();
// Send welcome mail
player.getMailbox().sendWelcomeMail();
// Handle any player creation events
player.onCreate();
// Put in player cache
this.addToCache(player);
// Complete
return player;
}