View Single Post
12-11-20, 05:36 PM   #3
Kindosar
A Murloc Raider
Join Date: Feb 2020
Posts: 9
Thank you so much! This works perfectly. I was aware you couldn't just add the word show, but I wasn't sure how else to do it given the framestack name for the garrison report. I know that when coding stuff, like hiding the gryphons, you would use the frame:hide() for example, but I guess I got thrown off by the name convention.


Originally Posted by Tim View Post
You can't just simply add the word "Show" to the beginning of a frame name and/or function and expect it to work.

Code:
/run LoadAddOn("Blizzard_WeeklyRewards"); WeeklyRewardsFrame:Show()
  Reply With Quote