View Single Post
01-04-23, 02:00 PM   #10
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,937
I just noticed this :

https://github.com/Gethe/wow-ui-sour...rent.lua#L1345

ProfessionsFrame_LoadUI()
Edit: Nevermind that is the same as preloading the Blizzard_Professions addon based on the line in the function code
UIParentLoadAddOn("Blizzard_Professions")

They call that first before using local currBaseProfessionInfo = C_TradeSkillUI.GetBaseProfessionInfo() and after you click the profession button.



And .. Sudden thought .. I just tried after PLAYER_LOGIN with that line and it seemed to work .. doing some new tests just to double check.



Edit 2 :
Never mind .. what I was seeing in my saved variables was the basic information and not the max skill values for my characters Herbalism and Alchemy.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818

Last edited by Xrystal : 01-04-23 at 02:58 PM.
  Reply With Quote