Skip to content

Commit 47cd9b6

Browse files
committed
Fix an accidental global function
1 parent f91a605 commit 47cd9b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Simulationcraft.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## IconTexture: Interface\Addons\SimulationCraft\logo
44
## Notes: Constructs SimC export strings
55
## Author: Theck, navv_, seriallos
6-
## Version: 11.2.0-alpha01
6+
## Version: 11.2.0-alpha02
77
## OptionalDependencies: Ace3, LibRealmInfo, LibDBIcon, LibDataBroker-1.1
88
## SavedVariables: SimulationCraftDB
99

core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ function Simulationcraft:GetItemUpgradeAchievements()
681681
return table.concat(achieves, '/')
682682
end
683683

684-
function LoadSpellsAsync(callback)
684+
local function LoadSpellsAsync(callback)
685685
local spellIds = Simulationcraft.preloadSpellIds
686686

687687
-- Build up the SpellCache asynchronously

0 commit comments

Comments
 (0)