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);