This commit is contained in:
hujiabin 2023-04-07 16:48:24 +08:00
parent fdaf16e172
commit bc1e614760

View File

@ -6,7 +6,7 @@ use phpcommon;
class Skill {
const DEFAULT_SKILL = 10101;
const DEFAULT_SKILL = 10401;
public static function get($id)
{
return getXVal(self::getMetaList(), $id);