主线怪物削弱bug修复

master_haizei
grimm 2023-12-24 14:19:31 +08:00
parent 4b606d9af9
commit dafff04cff
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class MainLineOrInnerDemonFightHandler implements IFightEventProcesor {
*/
public static void setFailTime(int uid, int type, int time){
int failTime = getFailTime(uid, type);
if (failTime != 0){
if (time != 0 && failTime != 0){
return;
}
// redis记录key