hey, profession buddy recently got an update for 1-600 mining/herb but get an error when using it. this is what comes up in red, is there a way i can fix this or is it a recurring problem atm? this is what comes up: Err: Custom Action
FreeBagSlots = Me.FreeNormalSlots;
if(FreeBagSlots < 4)
MyLog("FreeBagSlots: {0}",FreeBagSlots)
Compile Error : 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'FreeNormalSlots' and no extension method 'FreeNormalSlots' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)

if(FreeBagSlots < 4)
MyLog("FreeBagSlots: {0}",FreeBagSlots)

Compile Error : 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'FreeNormalSlots' and no extension method 'FreeNormalSlots' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)