1
This commit is contained in:
parent
3a774c7c13
commit
0155ce2910
@ -313,6 +313,7 @@ class BattleDataService extends BaseService {
|
|||||||
|
|
||||||
private function decCost($heroDb)
|
private function decCost($heroDb)
|
||||||
{
|
{
|
||||||
|
return true;
|
||||||
$costTili = mt\Parameter::getVal('cost_fatigue', 0);
|
$costTili = mt\Parameter::getVal('cost_fatigue', 0);
|
||||||
if ($heroDb['hero_tili'] < $costTili) {
|
if ($heroDb['hero_tili'] < $costTili) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user