Skip to content

Commit

Permalink
feat(Equipment): TWWS1 -> TWW1 to better match simc's naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilraaz committed Aug 19, 2024
1 parent 7deadcf commit 88ec9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeroLib/Class/Unit/Player/Equipment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ local TierSets = {
-- Evoker
[13] = {[1] = 217178, [3] = 217180, [5] = 217176, [7] = 217179, [10] = 217177}
},
["TWWS1"] = {
["TWW1"] = {
-- Item Slot IDs: 1 - Head, 3 - Shoulders, 5 - Chest, 7 - Legs, 10 - Hands
-- Warrior
[1] = {[1] = 211984, [3] = 211982, [5] = 211987, [7] = 211983, [10] = 211985},
Expand Down

0 comments on commit 88ec9d4

Please sign in to comment.