Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
Config = Config or {}
|
|
Config.ConfigCustomHeadPath = Config.ConfigCustomHeadPath or {
|
|
-- [1] = {icon = 1100},
|
|
-- [2] = {icon = 1101},
|
|
-- [3] = {icon = 1102},
|
|
-- [4] = {icon = 1103},
|
|
-- [5] = {icon = 1104},
|
|
}
|
|
|
|
|
|
---------规定职业的以1 开头 技能以2开头
|
|
Config.ConfigCustomHeadPath.Career = {
|
|
[1] = {icon = 1100},
|
|
[2] = {icon = 1101}
|
|
}
|
|
|
|
Config.ConfigCustomHeadPath.Skill = {
|
|
[1] = {icon = 1102},
|
|
[2] = {icon = 1103},
|
|
}
|