Skip to content

Commit

Permalink
fix sprint and dash abilities
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionpit committed Sep 10, 2019
1 parent 4e93fe0 commit c688485
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Classes/Druid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ local tigersFury = {5217 --[[Rank 1]], 6793 --[[Rank 2]], 9845 --[[Rank 3]], 984
local prowl = {5215, 6783, 9913}
local rip = {1079 --[[Rank 1]], 9492 --[[Rank 2]], 9493 --[[Rank 3]], 9752 --[[Rank 4]], 9894 --[[Rank 5]], 9896}
local bash = {5211, 6798, 8983}
local dash = {1850, 9821}

wt:SetPreviousAbilityMap(
{
Expand All @@ -51,7 +52,8 @@ wt:SetPreviousAbilityMap(
tigersFury,
prowl,
rip,
bash
bash,
dash
}
)

Expand Down
4 changes: 3 additions & 1 deletion Classes/Rogue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ local eviscerate = {
11300 --[[Rank 8]],
31016 --[[Rank 9]]
}
local sprint = {2983 --[[Rank 1]], 8696 --[[Rank 2]], 11305 --[[Rank 3]]}

wt:SetPreviousAbilityMap(
{
Expand All @@ -118,7 +119,8 @@ wt:SetPreviousAbilityMap(
instantPoiston,
deadlyPoison,
sinisterStrike,
eviscerate
eviscerate,
sprint
}
)

Expand Down

0 comments on commit c688485

Please sign in to comment.