This commit is contained in:
aozhiwei 2022-06-14 18:40:07 +08:00
parent a350c7e401
commit c8c98d9d90

View File

@ -26,6 +26,7 @@ class Hero extends BaseModel {
const LEVEL_LOCK = 1;
const QUALITY_LOCK = 2;
const SEND_LOCK = 3;
const COST_LOCK = 4;
public static function find($heroUniId)
{