diff --git a/src/server/game/Server/WorldSession.cpp b/src/server/game/Server/WorldSession.cpp index c8cb74af785..6123d508d4a 100644 --- a/src/server/game/Server/WorldSession.cpp +++ b/src/server/game/Server/WorldSession.cpp @@ -1403,6 +1403,7 @@ uint32 WorldSession::DosProtection::GetMaxPacketCounterAllowed(uint16 opcode) co case CMSG_CALENDAR_GET_CALENDAR: // 0 1.5 medium upload bandwidth usage case CMSG_GUILD_BANK_QUERY_TAB: // 0 3.5 medium upload bandwidth usage case CMSG_QUERY_INSPECT_ACHIEVEMENTS: // 0 13 high upload bandwidth usage + case CMSG_GUILD_QUERY_RECIPES: // not profiled case CMSG_GAMEOBJ_REPORT_USE: // not profiled case CMSG_GAMEOBJ_USE: // not profiled case MSG_PETITION_DECLINE: // not profiled @@ -1496,6 +1497,7 @@ uint32 WorldSession::DosProtection::GetMaxPacketCounterAllowed(uint16 opcode) co case CMSG_GUILD_BANK_BUY_TAB: // not profiled case CMSG_GUILD_BANK_UPDATE_TAB: // not profiled case CMSG_GUILD_BANK_SET_TAB_TEXT: // not profiled + case CMSG_GUILD_QUERY_MEMBERS_FOR_RECIPE: // not profiled case MSG_SAVE_GUILD_EMBLEM: // not profiled case MSG_PETITION_RENAME: // not profiled case MSG_TALENT_WIPE_CONFIRM: // not profiled