Merge branch 'master' into lua

This commit is contained in:
KimLS
2013-05-11 20:35:49 -07:00
16 changed files with 115 additions and 21 deletions
-4
View File
@@ -12549,11 +12549,7 @@ void Client::Handle_OP_GuildCreate(const EQApplicationPacket *app)
//
char *GuildName = (char *)app->pBuffer;
#ifdef FREEBSD
if(strlen(GuildName) > 60)
#else
if(strnlen(GuildName, 64) > 60)
#endif
{
Message(clientMessageError, "Guild name too long.");
return;