diff --git a/core.lua b/core.lua index c3ef49e..b55bc51 100644 --- a/core.lua +++ b/core.lua @@ -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')