mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-24 08:07:45 +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:
parent
fecfa821ad
commit
22379bccdd
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue