Skip to content

Commit

Permalink
Armor specialization in Cata
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisSpomer committed May 28, 2024
1 parent 12d9c7b commit 7aa99a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ if IsMainline then
PawnBestArmorMinimumLevel = 0
-- From Cataclysm onward, armor specializations heavily penalize using the wrong armor type starting at level 50, changed to 27 in Shadowlands. https://wowpedia.fandom.com/wiki/Armor_Skills
PawnArmorSpecializationLevel = 27
elseif VgerCore.IsCataclysm then
PawnBestArmorMinimumLevel = 40
PawnArmorSpecializationLevel = 50
else
-- In Classic, the best armor for mail and plate classes wasn't available until level 40.
PawnBestArmorMinimumLevel = 40
Expand Down
2 changes: 1 addition & 1 deletion Readme.htm
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h3><span style="text-decoration: underline;">In</span>compatible addons</h3>
<h2>Updates</h2>
<h3>Version 2.9.5</h3>
<ul>
<li></li>
<li>Cataclysm Support: Added support for the armor specialization skills such as Mail Specialization.</li>
</ul>
<h3>Version 2.9.4</h3>
<ul>
Expand Down

0 comments on commit 7aa99a4

Please sign in to comment.