diff --git a/webapp/classes/Privilege.php b/webapp/classes/Privilege.php index 53bff1b..7ed2d63 100644 --- a/webapp/classes/Privilege.php +++ b/webapp/classes/Privilege.php @@ -24,7 +24,7 @@ class Privilege public function getBattlePlus($account_id) { - return $this->getPrivilegePlus($account_id, 'battleplus'); + return 0;//$this->getPrivilegePlus($account_id, 'battleplus'); } public function getCoinTimesPlus($account_id)