This commit is contained in:
yangduo 2025-01-16 17:44:39 +08:00
parent de80491b8a
commit 523a487162

View File

@ -24,7 +24,7 @@ class Privilege
public function getBattlePlus($account_id) public function getBattlePlus($account_id)
{ {
return $this->getPrivilegePlus($account_id, 'battleplus'); return 0;//$this->getPrivilegePlus($account_id, 'battleplus');
} }
public function getCoinTimesPlus($account_id) public function getCoinTimesPlus($account_id)