Advertisement
Guest User

adding DOC to NibPointDisplay

a guest
Oct 21st, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. ["DRUID"] = {
  2. name = "Druid",
  3. points = {
  4. [1] = {name = "Lunar Shower", id = "lus", barcount = 3},
  5. [2] = {name = "Lacerate", id = "lac", barcount = 3},
  6. [3] = {name = "Wild Mushroom", id = "wm", barcount = 3},
  7. [4] = {name = "Astral Alignment", id = "al", barcount = 3},
  8. [5] = {name = "Dream of Cenarius", id = "doc", barcount = 2},
  9. },
  10. },
  11.  
  12. local SpellInfo = {
  13. ["si"] = nil,
  14. ["bs"] = nil,
  15. ["lus"] = nil,
  16. ["lac"] = nil,
  17. ["al"] = nil,
  18. ["doc"] = nil,
  19.  
  20. -- Dream of Cenarius
  21. elseif CurType == "doc" then
  22. NewPoints = GetBuffCount(SpellInfo[CurType])
  23. SpellInfo["doc"] = GetSpellInfo(108381) -- Dream of Cenarius
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement