战斗 名字最长8个字

This commit is contained in:
aozhiwei 2020-10-22 14:04:45 +08:00
parent d652e3d89e
commit b156767098

View File

@ -20,7 +20,7 @@
const size_t MAX_RANK_LIST_NUM = 50; const size_t MAX_RANK_LIST_NUM = 50;
const size_t MAX_SORTED_LIST_NUM = 5000; const size_t MAX_SORTED_LIST_NUM = 5000;
const char* const NAME_MAGIC_SYMBOL = "@"; const char* const NAME_MAGIC_SYMBOL = "@";
const size_t MAX_GUILD_NAME_LEN = 10; const size_t MAX_GUILD_NAME_LEN = 8;
const size_t MAX_GUILD_DECLARATION_LEN = 30; const size_t MAX_GUILD_DECLARATION_LEN = 30;
static bool RankCmpFunc(const cs::MFGuildBasic* a, const cs::MFGuildBasic* b) static bool RankCmpFunc(const cs::MFGuildBasic* a, const cs::MFGuildBasic* b)