Garble text for drunk characters.

This commit is contained in:
JJ
2013-02-18 02:05:59 -05:00
3 changed files with 304 additions and 3 deletions
+1 -1
View File
@@ -760,7 +760,7 @@ void Client::FastQueuePacket(EQApplicationPacket** app, bool ack_req, CLIENT_CON
void Client::ChannelMessageReceived(uint8 chan_num, uint8 language, uint8 lang_skill, const char* orig_message, const char* targetname) {
char message[4096];
strcpy(message, orig_message);
strn0cpy(message, orig_message, sizeof(message));
#if EQDEBUG >= 11