Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2012
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.79 KB | None | 0 0
  1. 25x InterruptTracker\InterruptTracker.lua:350: attempt to compare number with nil
  2. InterruptTracker\InterruptTracker.lua:350: in function <InterruptTracker\InterruptTracker.lua:309>
  3. InterruptTracker\InterruptTracker.lua:525: in function <InterruptTracker\InterruptTracker.lua:420>
  4.  
  5. Locals:
  6. self = InterruptTrackerHeader {
  7.  0 = <userdata>
  8. }
  9. event = "COMBAT_LOG_EVENT_UNFILTERED"
  10. type = "SPELL_CAST_SUCCESS"
  11. sourceGUID = "0x058000000364D535"
  12. sourceFlags = 1352
  13. isSrcEnemy = true
  14. isSrcPlayerControlled = true
  15. spellId = 96231
  16. class = "PALADIN"
  17. destGUID = "0x04800000041760D8"
  18. (for index) = 2
  19. (for limit) = 5
  20. (for step) = 1
  21. i = 2
  22. inArena = false
  23. numframes = 6
  24. frames = <table> {
  25.  1 = <unnamed> {}
  26.  2 = <unnamed> {}
  27.  3 = <unnamed> {}
  28.  4 = <unnamed> {}
  29.  5 = <unnamed> {}
  30.  6 = <unnamed> {}
  31. }
  32. InterruptTrackerHideFrame = <func> @..\InterruptTracker.lua:227
  33. InterruptTrackerDruidSpecDetection = <func> @..\InterruptTracker.lua:394
  34. spellList = <table> {
  35.  DEATHKNIGHT = <table> {}
  36.  WARRIOR = <table> {}
  37.  PALADIN = <table> {}
  38.  MAGE = <table> {}
  39.  WARLOCK = <table> {}
  40.  SHAMAN = <table> {}
  41.  DRUID = <table> {}
  42.  MONK = <table> {}
  43.  ROGUE = <table> {}
  44. }
  45. InterruptTrackerStartCounter = <func> @..\InterruptTracker.lua:262
  46. InterruptTrackerStopCounter = <func> @..\InterruptTracker.lua:271
  47. classList = <table> {
  48.  2139 = "MAGE"
  49.  47528 = "DEATHKNIGHT"
  50.  19647 = "WARLOCK"
  51.  116705 = "MONK"
  52.  96231 = "PALADIN"
  53.  57994 = "SHAMAN"
  54.  1766 = "ROGUE"
  55.  80964 = "DRUID"
  56.  80965 = "DRUID"
  57.  72 = "WARRIOR"
  58.  6552 = "WARRIOR"
  59. }
  60. InterruptTrackerAddNewOpponent = <func> @..\InterruptTracker.lua:309
  61. InterruptTrackerAddNewArenaOpponent = <func> @..\InterruptTracker.lua:278
  62. InterruptTrackerSetupArenaOpponents = <func> @..\InterruptTracker.lua:363
  63. InterruptTrackerInstaHideAll = <func> @..\InterruptTracker.lua:245
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement