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

Error on clicking StackSplit Icon (WoW 8.1) #59

Open
staratnight opened this issue Dec 15, 2018 · 1 comment
Open

Error on clicking StackSplit Icon (WoW 8.1) #59

staratnight opened this issue Dec 15, 2018 · 1 comment

Comments

@staratnight
Copy link

When at a marchant and clicking the split icon to buy a custom stack size of items a LUA error occurs:

1x ...ceGnomishVendorShrinker\frames\QtyPopout.lua:15: attempt to call global 'OpenStackSplitFrame' (a nil value) ...ceGnomishVendorShrinker\frames\QtyPopout.lua:15: in function <...ceGnomishVendorShrinker\frames\QtyPopout.lua:5>

@staratnight
Copy link
Author

staratnight commented Dec 15, 2018

To fix this error simply change one line in the code:

  • open \Interface\AddOns\GnomishVendorShrinker\frames\QtyPopout.lua
  • navigate to line 15
  • change
    OpenStackSplitFrame(250, self, "LEFT", "RIGHT")
    to
    StackSplitFrame:OpenStackSplitFrame(250, self, "LEFT", "RIGHT")
  • Save the file and reload the UI (or relog into WoW)

@staratnight staratnight changed the title Error on clicking StackSplit Icon Error on clicking StackSplit Icon (WoW 8.1) Dec 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant