Merge pull request #901 from dencelle/patch-1

fix for telnet's lack of language skill
This commit is contained in:
Alex 2019-09-13 20:58:31 -04:00 committed by GitHub
commit 265458a6da
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);