diff --git a/webapp/controller/InGameMallController.class.php b/webapp/controller/InGameMallController.class.php index 1b0b9619..e72448cc 100644 --- a/webapp/controller/InGameMallController.class.php +++ b/webapp/controller/InGameMallController.class.php @@ -531,7 +531,7 @@ class InGameMallController extends BaseAuthedController { ), array( 'page' => $page, - 'perPage' => 10, + 'perPage' => 8, 'orderBy' => $orderBy, 'handle' => function ($row) use(&$out) { array_push($out['rows'], $row); @@ -577,7 +577,7 @@ class InGameMallController extends BaseAuthedController { ), array( 'page' => $page, - 'perPage' => 10, + 'perPage' => 8, 'orderBy' => $orderBy, 'handle' => function ($row) use(&$out) { array_push($out['rows'], $row);