One thing i notice a lot is if somebody tries to create a
char with a name that already exists the emu doesn't do
any error checking it just does the insert and i show an
error on shell.
Error in ReserveName query 'INSERT into character_ SET
account_id=859, name='Nightwolf', profile=NULL' #1062:
Duplicate entry 'Nightwolf' for key 2
I'm not sure what happens in the client but wouldnt it
make sense to instead do a check before hand instead
of erroring while performing the query?