Skip to content

Commit

Permalink
Gear: Fix primary stat enchants for Mistweaver Monk and Elemental Shaman
Browse files Browse the repository at this point in the history
Fixes #100
  • Loading branch information
nebularg committed Jan 28, 2021
1 parent aeb6394 commit 095e5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Gear.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ do
[102] = 9, [103] = 8, [104] = 8, [105] = 9, -- Druid
[253] = 8, [254] = 8, [255] = 8, -- Hunter
[62] = 9, [63] = 9, [64] = 9, -- Mage
[268] = 8, [269] = 8, [270] = 8, -- Monk
[268] = 8, [269] = 8, [270] = 9, -- Monk
[65] = 9, [66] = 10, [70] = 10, -- Paladin
[256] = 9, [257] = 9, [258] = 9, -- Priest
[259] = 8, [260] = 8, [261] = 8, -- Rogue
[262] = 8, [263] = 8, [264] = 9, -- Shaman
[262] = 9, [263] = 8, [264] = 9, -- Shaman
[265] = 9, [266] = 9, [267] = 9, -- Warlock
[71] = 10, [72] = 10, [73] = 10, -- Warrior
}
Expand Down

0 comments on commit 095e5af

Please sign in to comment.