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();