公会技能bug修改
parent
f5ab60c286
commit
13101fbdee
|
@ -1546,8 +1546,10 @@ public class GuildLogic {
|
|||
// 次数增加
|
||||
if(nextIndex+1==size){
|
||||
nextIndex=0;
|
||||
baseLevel++;
|
||||
}else {
|
||||
nextIndex++;
|
||||
}
|
||||
nextIndex++;
|
||||
}
|
||||
|
||||
// 道具消耗
|
||||
|
|
Loading…
Reference in New Issue