Skip to content

Commit

Permalink
Add Timewalking Raids to Load conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
InfusOnWoW authored and Stanzilla committed Apr 7, 2018
1 parent 524b656 commit edb4fbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
21 changes: 5 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
# WeakAuras 2

## [2.5.9](https://github.com/WeakAuras/WeakAuras2/tree/2.5.9) (2018-04-06)
## [2.5.10](https://github.com/WeakAuras/WeakAuras2/tree/2.5.10) (2018-04-07)

[Full Changelog](https://github.com/WeakAuras/WeakAuras2/compare/2.5.8...2.5.9)
[Full Changelog](https://github.com/WeakAuras/WeakAuras2/compare/2.5.9...2.5.10)

Infus (13):
Infus (2):

- Copy disjunctive and customTriggerLogic in the copy trigger part
- Fix Copy/Paste code for Groups
- Remove code that is no longer needed
- Implement tracking Cooldown of a specific charge for Spells
- Templates: Bladestorm is not a talent for Arms
- Fix a bug in reordering triggers
- Add default value for slantMode
- Add a "slanted" mode to Progress Textures
- Fix empty "Required for Activation" for newly created trigger
- Fix regression for Apply Templates button
- Add Condition Properties for xOffset and yOffset
- Add offset options to auras in dynamic groups
- Add a "internal version" to auras, so that Modernize knows what to do
- Add Timewalking Raids to Load conditions
- Fix importing dynamic groups doesn't reset the offset

3 changes: 3 additions & 0 deletions WeakAuras/WeakAuras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,9 @@ function WeakAuras.ScanForLoads(self, event, arg1)
elseif difficultyIndex == 24 then
size = "party"
difficulty = "timewalking"
elseif difficultyIndex == 33 then
size = "flexible"
difficulty = "timewalking"
end
else
WeakAuras.UpdateCurrentInstanceType();
Expand Down

0 comments on commit edb4fbf

Please sign in to comment.