主线怪物削弱bug修复
parent
4b606d9af9
commit
dafff04cff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue