Skip to content

Commit

Permalink
Listen to the Renown level updated event
Browse files Browse the repository at this point in the history
  • Loading branch information
azuraji committed Dec 11, 2022
1 parent b899f3e commit 867ae81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions FuBar_FuXPFu/FuBar_FuXPFu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ function FuXP:OnEnable()
self:RegisterBucketEvent("UPDATE_EXHAUSTION", 60, "Update")

self:RegisterEvent("PLAYER_XP_UPDATE", "OnTextUpdate")
self:RegisterEvent("MAJOR_FACTION_RENOWN_LEVEL_CHANGED", "OnTextUpdate")
self:RegisterEvent("UPDATE_FACTION", "OnUpdateFaction")

self:SecureHook("SetWatchedFactionIndex");
Expand Down
2 changes: 1 addition & 1 deletion FuBar_FuXPFu/FuBar_FuXPFu.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Notes: Lightweight XP Bar
## Notes-zhCN: 迷你经验条
## Notes-zhTW: 輕量級的經驗值條模組。
## Version: 10.0.2.6
## Version: 10.0.2.7
## Author: Wobin, azuraji
## eMail: [email protected]
## X-Credits: Bant (For the design)
Expand Down

0 comments on commit 867ae81

Please sign in to comment.