public static bool IsGuildMaxLevel(int curLevel)
 {
     return(CGuildHelper.GetUpgradeCostDianQuanByLevel(curLevel) == -1);
 }