源战役客户端
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.

20 rindas
460 B

pirms 1 mēnesi
  1. Config = Config or {}
  2. Config.ConfigCustomHeadPath = Config.ConfigCustomHeadPath or {
  3. -- [1] = {icon = 1100},
  4. -- [2] = {icon = 1101},
  5. -- [3] = {icon = 1102},
  6. -- [4] = {icon = 1103},
  7. -- [5] = {icon = 1104},
  8. }
  9. ---------规定职业的以1 开头 技能以2开头
  10. Config.ConfigCustomHeadPath.Career = {
  11. [1] = {icon = 1100},
  12. [2] = {icon = 1101}
  13. }
  14. Config.ConfigCustomHeadPath.Skill = {
  15. [1] = {icon = 1102},
  16. [2] = {icon = 1103},
  17. }