Advertisement
Lucetia2896

Untitled

Jun 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. -------------------------------------------------
  2. -- S P E C D A T A B A S E M O D U L E --
  3. -------------------------------------------------
  4. local a = AllTheThings;
  5. a.SpecDB = {
  6. ["Priest"] = { --NOTE: Spec Group dictates this.
  7. ["Discipline"] = 256,
  8. ["Holy"] = 257,
  9. ["Shadow"] = 258,
  10. ["Warlock"] = { --NOTE: Spec Group dictates this.
  11. ["Affliction"] = 265,
  12. ["Demonlogy"] = 266,
  13. ["Destruction"] = 267,
  14. ["Mage"] = { --NOTE: Spec Group dictates this.
  15. ["Arcane"] = 62,
  16. ["Fire"] = 63,
  17. ["Frost"] = 64,
  18. ["Druid"] = { --NOTE: Spec Group dictates this.
  19. ["Feral"] = 103,
  20. ["Guardian"] = 104,
  21. ["Balance"] = 102,
  22. ["Restoration"] = 105,
  23. ["Rogue"] = { --NOTE: Spec Group dictates this.
  24. ["Assassination"] = 259,
  25. ["Outlaw"] = 260,
  26. ["Subtletly"] = 261,
  27. ["Monk"] = { --NOTE: Spec Group dictates this.
  28. ["Brewmaster"] = 268,
  29. ["Windwalker"] = 269,
  30. ["Mistweaver"] = 270,
  31. ["Demon Hunter"] = { --NOTE: Spec Group dictates this.
  32. ["Vengeance"] = 577,
  33. ["Havoc"] = 581,
  34. ["Hunter"] = { --NOTE: Spec Group dictates this.
  35. ["Beast Mastery"] = 253,
  36. ["Marksmanship"] = 254,
  37. ["Survival"] = 255,
  38. ["Shaman"] = { --NOTE: Spec Group dictates this.
  39. ["Elemental"] = 262,
  40. ["Enhancement"] = 263,
  41. ["Restoration"] = 264,
  42. ["Warrior"] = { --NOTE: Spec Group dictates this.
  43. ["Arms"] = 71,
  44. ["Fury"] = 72,
  45. ["Proction"] = 73,
  46. ["Paladin"] = { --NOTE: Spec Group dictates this.
  47. ["Holy"] = 65,
  48. ["Protection"] = 66,
  49. ["Retribtution"] = 70,
  50. ["Death Knight"] = { --NOTE: Spec Group dictates this.
  51. ["Blood"] = 250,
  52. ["Frost"] = 251,
  53. ["Unholy"] = 252,
  54. }
  55. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement