fix: Adds back razor/assistuo negotiations (#1089)
* [X] Adds Razor negotiations
* [X] Adds AssistUO "handshake" 🙄
This commit is contained in:
parent
bc2ed44440
commit
4f28e1e3c4
10 changed files with 655 additions and 212 deletions
|
|
@ -448,8 +448,7 @@ namespace Server.Accounting
|
|||
/// Gets the maximum amount of characters allowed to be created on this account. Values other than 1, 5, 6, or 7 are not
|
||||
/// supported by the client.
|
||||
/// </summary>
|
||||
public int Limit => Core.SA ? 7 :
|
||||
Core.AOS ? 6 : 5;
|
||||
public int Limit => Core.SA ? 7 : Core.AOS ? 6 : 5;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the maximum amount of characters that this account can hold.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue