1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-23 23:57:46 +00:00

Set the remaining days subscribed to 30

To hide that message every time you login, warning you that the subscription is
running out.
This commit is contained in:
Joshua Goins 2025-03-17 17:43:28 -04:00
parent fecfa821ad
commit 22379bccdd

View file

@ -242,8 +242,8 @@ impl LobbyConnection {
unk6: 0,
veteran_rank: 0,
unk7: 0,
days_subscribed: 5,
remaining_days: 5,
days_subscribed: 30,
remaining_days: 30,
days_to_next_rank: 0,
unk8: 8,
max_characters_on_world: 2,