Merge branch 'master_online_hw' of http://60.1.1.230/backend/jieling_server into master_online_hw

back_recharge
zhangshanxue 2020-09-27 18:03:51 +08:00
commit 9186cfc5dc
1 changed files with 1 additions and 0 deletions

View File

@ -2857,6 +2857,7 @@ public class MapLogic {
trialInfo.setKillCount(0);
trialInfo.setBombUseTimes(0);
trialInfo.setTowerReceivedReward(new HashSet<>());
trialInfo.setMonsterHp(new HashMap<>());
if(mapManager.getCurMapId()!=0){
if(MapLogic.getInstance().getMap(user) instanceof TowerMap){
resetMapInfo(user,false);