From 523a487162586d843e94f2c5a1fc188f16ae9255 Mon Sep 17 00:00:00 2001 From: yangduo Date: Thu, 16 Jan 2025 17:44:39 +0800 Subject: [PATCH] adjust --- webapp/classes/Privilege.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)