Skamer/Syling-Tracker

[Cata Classic] AutoQuests error

Closed this issue · 2 comments

Describe the bug
Lua error interacting with autocomplete quest (?)

Do you have an error log of what happened?
If you don't see any errors, make sure that error reporting is enabled (/console scriptErrors 1) or install [BugSack]

1x ...Tracker/Cataclysm/Contents/AutoQuests/AutoQuests.lua:44: attempt to index global 'M' (a nil value)
[string "@Scorpio/Modules/Core.lua"]:78: in function <Scorpio/Modules/Core.lua:73>
[string "=(tail call)"]: ?

Locals:
map = <table> {
}
(for state) = <table> {
}
(for control) = <table> {
 AUTO_QUESTS_CONTENT_SUBJECT = <table> {
 }
 __PLOOP_ENV_BSENV = <table> {
 }
}
obj = <table> {
 AUTO_QUESTS_CONTENT_SUBJECT = <table> {
 }
 __PLOOP_ENV_BSENV = <table> {
 }
}
ok = false
err = "...Tracker/Cataclysm/Contents/AutoQuests/AutoQuests.lua:44: attempt to index global 'M' (a nil value)"

To Reproduce
Steps to reproduce the behavior:
I am not exactly sure which of the quests had this appear, but it was one of the early Molten Front auto-complete dailies.
Possibly: Call The Flock > Wings Aflame

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

What is the version of SylingTracker you use ?
2.6.3

What is the version of Scorpio you use ?

  • Scorpio: 'r226'

Additional context
Add any other context about the problem here.

Seems like a typo error. I pushed an update to fix it.

Haven't had any issues since the fix 👍🏻