From edb4fbfa224660bd704d10c2330688522b3f5d48 Mon Sep 17 00:00:00 2001 From: Infus Date: Sat, 7 Apr 2018 10:52:23 +0200 Subject: [PATCH] Add Timewalking Raids to Load conditions --- CHANGELOG.md | 21 +++++---------------- WeakAuras/WeakAuras.lua | 3 +++ 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c6cb4e17..e9351f755f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/WeakAuras/WeakAuras.lua b/WeakAuras/WeakAuras.lua index fa950211ee..5e19ae1419 100644 --- a/WeakAuras/WeakAuras.lua +++ b/WeakAuras/WeakAuras.lua @@ -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();