修复商店

back_recharge
jiahuiwen 2021-10-29 16:19:26 +08:00
parent 59c91e3233
commit ff57fe280e
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ public class ActivityLogic implements IEventHandler{
LOGGER.info("checkActivityOfUser uid={} fix JADE_DYNASTY_WEEK_REFRESH", user.getId());
user.getUserMissionManager().onGameEvent(user, GameEvent.JADE_DYNASTY_WEEK_REFRESH, sGlobalActivity.getId());
}
if (sGlobalActivity.getId() == 8301 && sGlobalActivity.getShopId() != null && sGlobalActivity.getShopId().length > 0) {
if (sGlobalActivity.getShopId() != null && sGlobalActivity.getShopId().length > 0) {
for (int shopId : sGlobalActivity.getShopId()) {
if (shopId != 0 && !user.getStoreManager().getStoreInfoMap().containsKey(shopId)) {
LOGGER.info("checkActivityOfUser uid={} fix sGlobalActivity shop", user.getId());