【寻仙招募调整】回滚
parent
a748d0e64d
commit
80c5758a64
|
@ -1718,8 +1718,9 @@ public class ActivityLogic implements IEventHandler{
|
|||
CommonProto.Drop.Builder drop = null;
|
||||
|
||||
int[] markReward = new int[]{0,0};
|
||||
int[][] markRewards = new int[num+1][];
|
||||
markRewards[num] = setting.getRecruit();
|
||||
int[][] markRewards = new int[num][];
|
||||
// int[][] markRewards = new int[num+1][];
|
||||
// markRewards[num] = setting.getRecruit();
|
||||
// 单抽
|
||||
if (num == 1){
|
||||
// 验证免费特权
|
||||
|
|
Loading…
Reference in New Issue