Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yzyii committed Dec 9, 2024
1 parent 1c4802f commit e6cb723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rag_5040/WHM.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ profile.HandleMidcast = function()
if (action.Skill == 'Enhancing Magic') then
if (string.match(action.Name, 'Regen')) then
gFunc.EquipSet('Regen')
elseif (string.match(spell.Name, 'Bar')) then
elseif (string.match(action.Name, 'Bar')) then
gFunc.EquipSet('Barspell')
end
elseif (string.match(action.Name, 'Banish')) then
Expand Down

0 comments on commit e6cb723

Please sign in to comment.