[x] that I've tested my code since the last commit in the PR, and will test after any later commits
Client allows for character creation with up to a 15 character name. Issue occurred due to limiting length of some char arrays being limited to 15 characters, and therefore not containing null termination, which would result in a connect server crash on character creation.
Fix was tested against min-length and max-length character creation and load from previously-created; in addition, basic function for interaction (AH, trade, combat, and communication channels).
I affirm:
Client allows for character creation with up to a 15 character name. Issue occurred due to limiting length of some char arrays being limited to 15 characters, and therefore not containing null termination, which would result in a connect server crash on character creation.
Fix was tested against min-length and max-length character creation and load from previously-created; in addition, basic function for interaction (AH, trade, combat, and communication channels).