Skip to content

Commit

Permalink
Use global string for Main Hand.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Nov 20, 2023
1 parent 7e9e55f commit 36cc256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2789,7 +2789,7 @@ all:RegisterAbilities( {
},

main_hand = {
name = "Mainhand Weapon",
name = INVTYPE_WEAPONMAINHAND,
listName = "|T136243:0|t |cff00ccff[" .. INVTYPE_WEAPONMAINHAND .. "|r",
cast = 0,
cooldown = 600,
Expand Down

0 comments on commit 36cc256

Please sign in to comment.