屏蔽点将台心愿招募,策划表屏蔽,代码先不改了,寻仙招募活动也会用
parent
c7715e7a87
commit
6f069c79a9
|
@ -1840,8 +1840,7 @@ public class ActivityLogic implements IEventHandler{
|
|||
int[] result = new int[]{incs[0],incs[1]};
|
||||
|
||||
// 抽奖次数达到必出up次数
|
||||
// 2022-4-21 策划需求【屏蔽点将台心愿招募】
|
||||
if (count >= incs[3] && false){
|
||||
if (count >= incs[3]){
|
||||
// 次数归0
|
||||
count = 0;
|
||||
// 添加奖励
|
||||
|
@ -1856,7 +1855,7 @@ public class ActivityLogic implements IEventHandler{
|
|||
// 根据id获取奖池信息
|
||||
SWishActivityPool pool = poolMap.get(entry.getKey());
|
||||
// null意味着是up奖励
|
||||
if (pool == null && false){
|
||||
if (pool == null){
|
||||
count = 0;
|
||||
reward[i++] = result;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue