You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Troy McBride edited this page Aug 12, 2019
·
10 revisions
Char server
The char server is very similar to the login server in terms of architecture.
The only difference is the packets used and the logic behind it.
There is also a lot more database access than the login server.
All of the logic is contained within the CCharClient implementation.