Skip to content

Commit

Permalink
Update expected version of SimulationCraft itself (not the addon)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriallos committed Feb 12, 2022
1 parent 7d81b99 commit 979284a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ end
function Simulationcraft:PrintSimcProfile(debugOutput, noBags, showMerchant, links)
-- addon metadata
local versionComment = '# SimC Addon ' .. GetAddOnMetadata('Simulationcraft', 'Version')
local simcVersionWarning = '# Requires SimulationCraft 910-01 or newer'
local simcVersionWarning = '# Requires SimulationCraft 920-01 or newer'

-- Basic player info
local _, realmName, _, _, _, _, region, _, _, realmLatinName, _ = LibRealmInfo:GetRealmInfoByUnit('player')
Expand Down

0 comments on commit 979284a

Please sign in to comment.