From 4d6f643f6c3d38ef4ab44631941ad3a2c9dd7524 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 26 May 2022 14:10:55 +0800 Subject: [PATCH] 1 --- webapp/services/FormulaService.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/webapp/services/FormulaService.php b/webapp/services/FormulaService.php index 1901d37f..d720a3cc 100644 --- a/webapp/services/FormulaService.php +++ b/webapp/services/FormulaService.php @@ -242,4 +242,14 @@ class FormulaService extends BaseService { return $upLimit; } + public static function calcHeroPvpTiliConsume($heroDb) + { + return 0; + } + + public static function calcWeaponPvpDurabilityConsume($weaponDb) + { + return 0; + } + }