Skip to content

Commit

Permalink
Merge pull request #242 from Bestride/241-fixes-exception
Browse files Browse the repository at this point in the history
Fixes #241
  • Loading branch information
DanSheps committed Feb 16, 2023
2 parents a46a3b6 + 233d5c8 commit 4026608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Versions/Wrath/bestride.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function BeStride:GetMountInfoByIndex(index)
end

function BeStride:OverrideConstants()
BeStride_Constants.Riding.Flight.Restricted.Continents[113] = {}
BeStride_Constants.Riding.Flight.Restricted.Continents[113].requires = 54197
end

Expand All @@ -70,4 +71,4 @@ function BeStride:GetKnownMountFromTarget()
return spellId, mountIdBySpellId[spellId], true
end
end
end
end

0 comments on commit 4026608

Please sign in to comment.