mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 21:51:29 +00:00
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:
parent
655cb798c3
commit
8ab2b15768
@ -432,6 +432,7 @@ void ZSList::SendChannelMessageRaw(const char* from, const char* to, uint8 chan_
|
|||||||
}
|
}
|
||||||
|
|
||||||
scm->language = language;
|
scm->language = language;
|
||||||
|
scm->lang_skill = 100;
|
||||||
scm->chan_num = chan_num;
|
scm->chan_num = chan_num;
|
||||||
strcpy(&scm->message[0], message);
|
strcpy(&scm->message[0], message);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user