View Single Post
  #5  
Old 06-28-2016, 06:54 PM
BigBlueWizard
Fire Beetle
 
Join Date: Apr 2015
Posts: 19
Default

No dice ...

I did notice world was doing this both before and after your recommended change... does this have anything to do with what's going on?

Code:
[World Server] New connection from 127.0.0.1:56925
[World Server] Checking inbound connection 127.0.0.1 against BannedIPs table
[World Server] Connection 127.0.0.1 PASSED banned IPs check. Processing connection.
[World Server] Account Attempting to be created: 'XXXXXXX' status: 0
[MySQL Error] 1062: Duplicate entry 'XXXXXXX' for key 'name'
 INSERT INTO account SET name='XXXXXX', status=0, lsaccount_id=2, time_creation=UNIX_TIMESTAMP();
Reply With Quote