公会技能bug修改

DESKTOP-98AVA47\Administrator 2021-12-04 16:10:54 +08:00
parent f5ab60c286
commit 13101fbdee
1 changed files with 3 additions and 1 deletions

View File

@ -1546,8 +1546,10 @@ public class GuildLogic {
// 次数增加
if(nextIndex+1==size){
nextIndex=0;
baseLevel++;
}else {
nextIndex++;
}
nextIndex++;
}
// 道具消耗