Compare commits

..

No commits in common. "1c10bd96606e33d4fa4679813789ff165d4bfb20" and "f539feef7fcd84b8ebd73d506a450975333b410c" have entirely different histories.

View File

@ -177,9 +177,6 @@ public class BattleRootTask extends AbtParentTask {
jsonObject.put("teamLat",teamLat);
jsonObject.put("teamLng",teamLng);
sendConsumeMsg.setData(jsonObject);
sendConsumeMsg.setRoom(roomId);
sendConsumeMsg.setScenarioId(scenarioTask.getScenarioId());
sendConsumeMsg.setCmdType("battleConsume");
Global.sendCmdInfoQueue.add(sendConsumeMsg);
BattleConsume battleConsume = new BattleConsume();
battleConsume.setLat(teamLat);