PveNpcInitConfig.lua 239 B

12345678910111213141516171819
  1. local root = {
  2. {
  3. npcId = 5011,
  4. color = 1
  5. },
  6. {
  7. npcId = 6011,
  8. color = 2
  9. },
  10. {
  11. npcId = 7011,
  12. color = 3
  13. },
  14. {
  15. npcId = 8011,
  16. color = 4
  17. }
  18. }
  19. return root