fix for telnet's lack of language skill

this function is only used when a raw telnet ooc, auction, or tell is used. it needs to have the language skill set though otherwise it just comes out as garbled
This commit is contained in:
Dencelle 2019-09-13 19:29:37 -05:00 committed by GitHub
parent 655cb798c3
commit 8ab2b15768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -432,6 +432,7 @@ void ZSList::SendChannelMessageRaw(const char* from, const char* to, uint8 chan_
}
scm->language = language;
scm->lang_skill = 100;
scm->chan_num = chan_num;
strcpy(&scm->message[0], message);