Skip to content

Commit

Permalink
fix final wing clip price
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionpit committed Oct 20, 2019
1 parent f7f7167 commit 8492ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Hunter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ wt.SpellsByLevel = {
{id = 13544, cost = 50000, requiredIds = {13543}},
{id = 24630, cost = 9000},
{id = 20906, cost = 2500, requiredIds = {20905}, requiredTalentId = 19506},
{id = 14268, cost = 5000, requiredIds = {14267}},
{id = 14268, cost = 50000, requiredIds = {14267}},
{id = 24133, cost = 2500, requiredIds = {24132}, requiredTalentId = 19386}
}
}

0 comments on commit 8492ebe

Please sign in to comment.