1
This commit is contained in:
parent
0694d57940
commit
b55f72676c
@ -484,12 +484,17 @@ class OutAppNftController extends BaseController {
|
|||||||
private function getRealHeroQuality($heroDb)
|
private function getRealHeroQuality($heroDb)
|
||||||
{
|
{
|
||||||
$quality = $heroDb['quality'];;
|
$quality = $heroDb['quality'];;
|
||||||
|
/*
|
||||||
if ($heroDb['createtime'] <= 1719985966) {
|
if ($heroDb['createtime'] <= 1719985966) {
|
||||||
} else {
|
} else {
|
||||||
$quality = $quality - 1;
|
$quality = $quality - 1;
|
||||||
if ($quality <= 0) {
|
if ($quality <= 0) {
|
||||||
$quality = 1;
|
$quality = 1;
|
||||||
}
|
}
|
||||||
|
}*/
|
||||||
|
$quality = $quality - 1;
|
||||||
|
if ($quality <= 0) {
|
||||||
|
$quality = 1;
|
||||||
}
|
}
|
||||||
return $quality;
|
return $quality;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user