-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
59 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
Updated Ace3. | ||
## Changes | ||
|
||
Updated for patch 3.4.2. | ||
|
||
### Roll column | ||
|
||
Switched to a new system that's much lighter on comms for propergating the automatic random rolls. This should fix the issues some people have with the last few sessions not receiving random rolls. | ||
|
||
This change is not backwards compatible, once the ML upgrades, everyone will have to in order to see the random rolls. | ||
|
||
### Trophy of the Crusade | ||
|
||
Is now considered an armor token for buttons and responses. Also added ilvl data. | ||
|
||
### Voting Frame session buttons | ||
|
||
Selecting an awarded session now shows a yellow checkmark instead of nothing on the session button. | ||
|
||
## Bugfixes | ||
|
||
- *Removed creation of `C_Container` namespace which clashes with other addons (#53).* | ||
- *History now records the correct response instead of "Awarded" when awarding multiple copies of the same item to a player.* | ||
- *Voting frame rows should no longer be jumping around excessively.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule RCLootCouncil
updated
4 files
+79 −24 | Modules/votingFrame.lua | |
+4 −3 | UI/Widgets/IconBordered.lua | |
+4 −0 | Utils/tokenData.lua | |
+5 −0 | core.lua |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters