Skip to content

Commit

Permalink
'Update'
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodDragon2580 committed Aug 15, 2024
1 parent 19bc4d2 commit 1fcca14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GildenSteuer/GildenSteuer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function GildenSteuer:GetStatus(playerName)
local status = {}

if playerName == GildenSteuer.playerName then
status.version = GetAddOnMetadata("GildenSteuer", "Version")
status.version = C_AddOns.GetAddOnMetadata("GildenSteuer", "Version")
status.timestamp = time()
status.rate = GildenSteuer:GetRate()
status.tax = GildenSteuer:GetTax()
Expand Down
2 changes: 1 addition & 1 deletion GildenSteuer/GildenSteuer.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title:|cffd6266cGildenSteuer|r
## Notes: Zahl deine Steuer und mach die Gilde Glücklich
## Author: BloodDragon2580
## Version: 7.2
## Version: 7.3
## SavedVariables: GildenSteuerDB
## IconTexture: Interface\AddOns\GildenSteuer\Media\Texture\logo

Expand Down

0 comments on commit 1fcca14

Please sign in to comment.