Skip to content

Commit

Permalink
Exclude health funnel rank 1
Browse files Browse the repository at this point in the history
Fixes #65
  • Loading branch information
SabreValkyrn committed Oct 27, 2022
1 parent a96626a commit 18858ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions AbilityData/Wrath.lua
@@ -1,4 +1,4 @@
-- Built on 2022-10-07
-- Built on 2022-10-27

local _, addon = ...

Expand Down Expand Up @@ -1605,7 +1605,6 @@ addon.AbilityData = {
[59161] = { Rank = 2, Level = 70, AbilityGroup = 241 },
[59163] = { Rank = 3, Level = 75, AbilityGroup = 241 },
[59164] = { Rank = 4, Level = 80, AbilityGroup = 241 },
[755] = { Rank = 1, Level = 12, AbilityGroup = 242 },
[3698] = { Rank = 2, Level = 20, AbilityGroup = 242 },
[3699] = { Rank = 3, Level = 28, AbilityGroup = 242 },
[3700] = { Rank = 4, Level = 36, AbilityGroup = 242 },
Expand Down Expand Up @@ -2065,7 +2064,7 @@ addon.AbilityGroups = {
{ 5782, 6213, 6215 },
{ 28176, 28189, 47892, 47893 },
{ 48181, 59161, 59163, 59164 },
{ 755, 3698, 3699, 3700, 11693, 11694, 11695, 27259, 47856 },
{ 3698, 3699, 3700, 11693, 11694, 11695, 27259, 47856 },
{ 1949, 11683, 11684, 27213, 47823 },
{ 5484, 17928 },
{ 348, 707, 1094, 2941, 11665, 11667, 11668, 25309, 27215, 47810, 47811 },
Expand Down

0 comments on commit 18858ee

Please sign in to comment.