fix
parent
c8b8961ac4
commit
ee5a9d752f
|
@ -16,7 +16,7 @@ public class UserLevelEventProcessor implements BaseGameEventProcessor{
|
|||
int openRule = SGlobalSystemConfig.getsGlobalSystemConfigByFunctionId(FunctionIdEnum.DailyTasks).getOpenRules()[1];
|
||||
int level= (int)parm[0];
|
||||
int upToLevel= (int)parm[1];
|
||||
if(level>=openRule){
|
||||
if(upToLevel>=openRule ){
|
||||
for(;level<=upToLevel;level++){
|
||||
if(level==openRule){
|
||||
user.getUserMissionManager().onGameEvent(user,GameEvent.DAILY_REFRESH,1);
|
||||
|
|
Loading…
Reference in New Issue