Skip to content

Commit

Permalink
Silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
funkjedi committed Sep 16, 2019
1 parent 880ac9b commit 2de03ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ function SheepMonitor:OnInitialize()
self:CreateInterfaceOptions()
--InterfaceOptionsFrame_OpenToCategory('SheepMonitor')

if (self:IsClassic()) {
if (self:IsClassic()) then
LibAuraInfo.auraInfo[118] = '20;1'
LibAuraInfo.auraInfo[12824] = '30;1'
LibAuraInfo.auraInfo[12825] = '40;1'
LibAuraInfo.auraInfo[12826] = '50;1'
LibAuraInfo.auraInfo[28272] = '50;1'
}
end
end

function SheepMonitor:IsClassic()
Expand Down

0 comments on commit 2de03ee

Please sign in to comment.