Skip to content

Commit

Permalink
Fix Soar issue with Wrath Classic. Fix #193
Browse files Browse the repository at this point in the history
  • Loading branch information
mbattersby committed Jan 18, 2024
1 parent ba0f77d commit 37ede89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions LM_Soar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ LM.Soar.__index = LM.Soar

function LM.Soar:Get(...)
local m = LM.Spell.Get(self, ...)
m.dragonRiding = true
return m
if m then
m.dragonRiding = true
return m
end
end

0 comments on commit 37ede89

Please sign in to comment.