diff --git a/webapp/controller/BattleController.class.php b/webapp/controller/BattleController.class.php index ef146ba5..58a8ae97 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -138,7 +138,7 @@ class BattleController extends BaseAuthedController { 'weapon_dto2' => '', 'is_valid_battle' => 0, - 'payload' => json_encode($member['cmjoin']), + //'payload' => json_encode($member['cmjoin']), 'errcode' => 0, 'errmsg' => '', ); diff --git a/webapp/controller/EventRankingController.class.php b/webapp/controller/EventRankingController.class.php index 0614b7e8..766c9d5a 100644 --- a/webapp/controller/EventRankingController.class.php +++ b/webapp/controller/EventRankingController.class.php @@ -279,4 +279,4 @@ class EventRankingController extends BaseAuthedController } -} \ No newline at end of file +}