跨服灵脉秘境
parent
e4aec66ae1
commit
3b091987e9
|
@ -213,6 +213,7 @@ public class CrossLingmaiSecretAreaBattleHandler extends BaseHandler<ArenaInfoPr
|
||||||
oldOwner.setGetAwardTimeOrOccupyTime(TimeUtils.nowInt());
|
oldOwner.setGetAwardTimeOrOccupyTime(TimeUtils.nowInt());
|
||||||
oldOwner.setId(myLingmaiId);
|
oldOwner.setId(myLingmaiId);
|
||||||
oldOwner.setBeginOccupyTime(TimeUtils.nowInt());
|
oldOwner.setBeginOccupyTime(TimeUtils.nowInt());
|
||||||
|
oldOwner.setOccupyTime(0);
|
||||||
RedisUtil.getInstence().putMapEntry(RedisKey.CROSS_LINGMAISECRET_INFO, crossGroup + RedisKey.Delimiter_colon + group, String.valueOf(myLingmaiId), oldOwner);
|
RedisUtil.getInstence().putMapEntry(RedisKey.CROSS_LINGMAISECRET_INFO, crossGroup + RedisKey.Delimiter_colon + group, String.valueOf(myLingmaiId), oldOwner);
|
||||||
}
|
}
|
||||||
//易主
|
//易主
|
||||||
|
|
Loading…
Reference in New Issue