evemuproject / evemu_server

MAIN SERVER DEVELOPMENT
http://www.evemu.org
148 stars 103 forks source link

Fixed ship name on creation #132

Closed comet0 closed 8 years ago

comet0 commented 8 years ago

Set ship names properly as on live, max size is 20, if char name + ship name exceeds 20 chars, resize. Removed the .substr(1) as it was due to error in my database.

zhyrohaad commented 8 years ago

looks good to me.
thanks cometo