1
This commit is contained in:
parent
55fcceb9ee
commit
57d772c6db
@ -1040,6 +1040,7 @@ class Hero extends BaseModel {
|
||||
if ($rightVal > 0){
|
||||
$lucky += $rightVal;
|
||||
}
|
||||
$lucky += myself()->_callModelStatic('LuckySymbol', 'getLuckyInc');
|
||||
return $lucky;
|
||||
}
|
||||
|
||||
|
@ -56,4 +56,9 @@ class LuckySymbol extends BaseModel {
|
||||
);
|
||||
}
|
||||
|
||||
public static function getLuckyInc()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user