You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BigWigs occasionally attempts to call the IsItemInRange function on a friendly unit during a boss encounter - this is forbidden & will trigger an error.
What steps will reproduce the problem?
Engage Nefarian in Blackwing Descent on Heroic difficulty
Get mind controlled by Nefarian's Dominion ability so that Nefarian becomes a friendly unit
Wait for a mechanic (e.g. Tail Lash) to attempt to call the IsItemInRange function via the boss:UnitWithinRange method
What version of BigWigs are you using? (Stating 'latest' is not useful)
357.2 (357-7aae289)
Do you have an error log of what happened?
1x [ADDON_ACTION_BLOCKED] AddOn 'BigWigs_Core' tried to call the protected function 'UNKNOWN()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "@BigWigs_Core/BossPrototype.lua"]:1654: in function `UnitWithinRange'
[string "@BigWigs_Cataclysm/Blackwing/Nefarian.lua"]:194: in function `?'
[string "@BigWigs_Core/BossPrototype.lua"]:744: in function <BigWigs_Core/BossPrototype.lua:702>
Locals:
Skipped (In Encounter)
Any additional information? (example: WoW language if not English)
The text was updated successfully, but these errors were encountered:
Describe the problem
BigWigs occasionally attempts to call the
IsItemInRange
function on a friendly unit during a boss encounter - this is forbidden & will trigger an error.What steps will reproduce the problem?
IsItemInRange
function via theboss:UnitWithinRange
methodWhat version of BigWigs are you using? (Stating 'latest' is not useful)
357.2 (357-7aae289)
Do you have an error log of what happened?
Any additional information? (example: WoW language if not English)
The text was updated successfully, but these errors were encountered: