mirror of
https://github.com/edubart/otclient.git
synced 2025-12-13 20:39:46 +01:00
Fix parsing the premium status in newer login protocol versions
Closes #933
This commit is contained in:
@@ -322,4 +322,15 @@ StoreState = {
|
||||
Timed = 3
|
||||
}
|
||||
|
||||
AccountStatus = {
|
||||
Ok = 0,
|
||||
Frozen = 1,
|
||||
Suspended = 2,
|
||||
}
|
||||
|
||||
SubscriptionStatus = {
|
||||
Free = 0,
|
||||
Premium = 1,
|
||||
}
|
||||
|
||||
-- @}
|
||||
|
||||
Reference in New Issue
Block a user