[11321] Fixed client crash at wrong quest shift-link structure.

Protection only work with ChatStrictLinkChecking.Severity = 3

Thanks to Lugia0529 and Micks for provided testing examples.

Also fixed server side infinity loops in ChatHandler::isValidChatMessage
This commit is contained in:
VladimirMangos 2011-04-06 17:32:53 +04:00
parent f46f4e1b87
commit 28375e295e
2 changed files with 64 additions and 22 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11320"
#define REVISION_NR "11321"
#endif // __REVISION_NR_H__