修复商店
parent
59c91e3233
commit
ff57fe280e
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue