Skip to content

Commit

Permalink
Fix an unintentional global function
Browse files Browse the repository at this point in the history
  • Loading branch information
seriallos committed Nov 27, 2022
1 parent f3442e5 commit d1c6f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Simulationcraft.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: Simulationcraft
## Notes: Constructs SimC export strings
## Author: Theck, navv_, seriallos
## Version: 10.0.2-01
## Version: 10.0.2-02
## OptionalDependencies: Ace3, LibRealmInfo, LibDBIcon, LibDataBroker-1.1
## SavedVariables: SimulationCraftDB

Expand Down
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ function Simulationcraft:GetCovenantString()
return nil
end

function SortByRow(a, b)
local function SortByRow(a, b)
return a.row < b.row
end

Expand Down

0 comments on commit d1c6f14

Please sign in to comment.