Skip to content

Commit

Permalink
v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evil-morfar committed Jun 21, 2024
1 parent b7475d7 commit 756f1be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 3.12.1

## Changes

## Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function RCLootCouncil:OnInitialize()
self.version = C_AddOns.GetAddOnMetadata("RCLootCouncil", "Version")
self.nnp = false
self.debug = false
self.tVersion = "Alpha.1" -- String or nil. Indicates test version, which alters stuff like version check. Is appended to 'version', i.e. "version-tVersion" (max 10 letters for stupid security)
self.tVersion = nil -- String or nil. Indicates test version, which alters stuff like version check. Is appended to 'version', i.e. "version-tVersion" (max 10 letters for stupid security)

self.playerClass = select(2, UnitClass("player")) -- TODO: Remove - contained in self.player
self.guildRank = L["Unguilded"]
Expand Down

0 comments on commit 756f1be

Please sign in to comment.