Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling a protected function (IsItemInRange) #1799

Open
stako opened this issue Sep 7, 2024 · 0 comments
Open

Calling a protected function (IsItemInRange) #1799

stako opened this issue Sep 7, 2024 · 0 comments
Labels
classic Classic era

Comments

@stako
Copy link

stako commented Sep 7, 2024

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?

  1. Engage Nefarian in Blackwing Descent on Heroic difficulty
  2. Get mind controlled by Nefarian's Dominion ability so that Nefarian becomes a friendly unit
  3. 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)

@stako stako added the classic Classic era label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
classic Classic era
Projects
None yet
Development

No branches or pull requests

1 participant