From bc1e6147602e5e8eb095d0bf2286d2df53d90af5 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Fri, 7 Apr 2023 16:48:24 +0800 Subject: [PATCH] 1 --- webapp/mt/Skill.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/mt/Skill.php b/webapp/mt/Skill.php index e047f198..574cd996 100644 --- a/webapp/mt/Skill.php +++ b/webapp/mt/Skill.php @@ -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);