Skip to content

Commit

Permalink
move Intimidating Shout to correct level
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionpit committed Sep 1, 2019
1 parent 7aee650 commit f075521
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Classes/Warrior.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,10 @@ wt.SpellsByLevel = {
[20] = {
{id = 845, cost = 4000},
{id = 674, cost = 4000},
{id = 5246, cost = 6000},
{id = 6547, cost = 4000, requiredIds = {6546}},
{id = 20230, cost = 4000}
},
[22] = {{id = 6192, cost = 6000, requiredIds = {5242}}, {id = 7405, cost = 6000}},
[22] = {{id = 6192, cost = 6000, requiredIds = {5242}}, {id = 7405, cost = 6000}, {id = 5246, cost = 6000}},
[24] = {
{id = 6190, cost = 8000, requiredIds = {1160}},
{id = 5308, cost = 8000},
Expand Down

0 comments on commit f075521

Please sign in to comment.