wangyuan 2019-06-30 19:59:49 +08:00
parent f979eb10a2
commit 0f7550d798
1 changed files with 1 additions and 1 deletions

View File

@ -1847,7 +1847,7 @@ public class MapLogic {
rechargeInfo.setLevelBagMap(levelBagMap);
BuyGoodsLogic.sendGiftGooodsIndication(user.getId());
}
user.getUserMissionManager().onGameEvent(user, GameEvent.USER_LEVELUP, oldLevel, playerInfoManager.getLevel());
user.getUserMissionManager().onGameEvent(user, GameEvent.USER_LEVELUP,playerInfoManager.getLevel());
}
if (itemNum > 0) {
String reward = Global.STAMINA + "#" + itemNum;