View Single Post
  #4  
Old 10-30-2019, 06:02 PM
strugglegenerator's Avatar
strugglegenerator
Hill Giant
 
Join Date: May 2012
Location: Minnesota
Posts: 231
Default

If the player has already created an account on the server when it was still linked to the public EQEmulator login servers and they try to login on your new private login server, it will not let them in because it has a conflicting lsaaccount_id from the account table. You can resolve this by making sure the LoginServerID from the login_server_accounts table matches the lsaaccount_id column from the account table.
Reply With Quote