Skip to content

Commit

Permalink
Hide TutorialPointerFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Aug 26, 2024
1 parent d6f2fc2 commit de8bd7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode
5 changes: 4 additions & 1 deletion HideTalentAlert.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ end

-- Hook the alert and pulse functions securely to avoid taint
hooksecurefunc("MainMenuMicroButton_ShowAlert", HideAlert)
hooksecurefunc("MicroButtonPulse", HidePulse)
hooksecurefunc("MicroButtonPulse", HidePulse)

-- hides TutorialPointerFrame
SetCVar("showTutorials", 0)
4 changes: 2 additions & 2 deletions HideTalentAlert.toc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Interface: 110002
## Version: 2.0.0
## Version: @project-version@
## Title: HideTalentAlert
## Notes: Hides the "You have unspent Talent points" pop-up notification
## Author: Ketho, Katur239, Knaledge
## X-Curse-Project-ID: 101110
## X-WoWI-ID: 23992
## X-Wago-ID: xZKxdqKk

HideTalentAlert.lua
HideTalentAlert.lua

0 comments on commit de8bd7f

Please sign in to comment.