You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This then seizes the entire addon, causing little to no features to remain working.
Stack Trace
13x Outfitter\Outfitter-3.0.0.lua:1897: attempttocallglobal'GetSpecialization' (anilvalue)
[string"@Outfitter\Outfitter-3.0.0.lua"]:1897: infunction `TalentsChanged'
[string"@Outfitter\Outfitter-3.0.0.lua"]:4924: infunction `Function'
[string"@Outfitter\Libraries/MC2SchedulerLib/MC2SchedulerLib.lua"]:242: infunction `OnUpdate2'
[string"@Outfitter\Libraries/MC2SchedulerLib/MC2SchedulerLib.lua"]:178: infunction `OnUpdate'
[string"@Outfitter\Libraries/MC2SchedulerLib/MC2SchedulerLib.lua"]:20: infunction <...fitter\Libraries/MC2SchedulerLib/MC2SchedulerLib.lua:20>
Locals:
self = <table> {
cRidingOutfitDescription="Equips the outfit when you're mounted"cFishingOutfit="Fishing"cFishingOutfitDescription="Unequips the outfit if you enter combat, then requips it afterwards."cCategoryOrder=<table> {
}
cFrenchLocalization="French Localization"AskSetCurrent=<function>defined @Outfitter\Outfitter.lua:1806UpdateShapeshiftInfo=<function>defined @Outfitter\Outfitter.lua:4382cBattlegroundOutfit="Battleground"InheritOver=<function>defined @Outfitter\Libraries/MC2AddonLib/MC2AddonLib.lua:128_SidebarWindowFrame=<table> {
}
GetBagSlotItemName=<function>defined @Outfitter\OutfitterInventory.lua:210cNewOutfit="New Outfit"OutfitStack=<table> {
}
cHerbalismOutfit="Herbalism"cFrostResistOutfit="Resist: Frost"cArenaOutfit="Battleground: Arena"cMissingItemReportIntro="Missing items (note that a missing item will be listed multiple times if it was used by multiple outfits):"GetBagItemInvType=<function>defined @Outfitter\OutfitterInventory.lua:97cHunterWildDescription="Equips the outfit when you are in Wild aspect"cHasDebuffOutfit="Has Debuff"VoidStorageFrameClosed=<function>defined @Outfitter\Outfitter.lua:1406SuspendSecureActions=<function>defined @Outfitter\Outfitter.lua:1436cUnequipOthers="On equip, unequip other Accessory outfits"cContributingDeveloper="Contributing Developer"FormatItemList=<function>defined @Outfitter\Outfitter.lua:338cHalfAlternateStatSlot=<table> {
}
inheritOver=<function>defined @Outfitter\Libraries/MC2AddonLib/MC2AddonLib.lua:128ErrorMessage=<function>defined @Outfitter\Libraries/MC2DebugLib/MC2DebugLib.lua:137cFallingOutfit="Falling"cWSGOutfit="Battleground: Warsong Gulch"cBoEsOutfits="Unopened"cUseEmptyOutfit="Create Empty Outfit"ShowCommandHelp=<function>defined @Outfitter\Outfitter.lua:1743cDontChange="Don't change"cAccessoryCategoryDescription="Accessory outfits have some, but not all, slots specified. You can equip as many accessory outfits at a time as you like."GetPlayerStat=<function>defined @Outfitter\Outfitter.lua:6397cQuestTurninOutfitDescription="Use this to automatically equip your bonus XP gear before you turn in quests"cBoEsCategoryDescription="Unopened is a list of items which are still in their original 'Binds on Equip' state."GetSummonedCompanionID=<function>defined @Outfitter\Outfitter.lua:7761cOutfitBarLargeSizeLabel="Large"cIoCOutfit="Battleground: Isle of Conquest"cWithdrawOthersFromBank="Withdraw other outfits from bank"GenerateSmartUnequipScript=<function>defined @Outfitter\OutfitterScripting.lua:252cItemComparisonsOffDescription="Turn this on to include items from your outfits in tooltip item comparisons"cLockpickingDescription="Equips the outfit when your cursor is over a lock that is orange or red to you"cBankedItemsLabel="Banked items: "cInZonesOutfit="In Zones"Initialized=truecNatureResistOutfit="Resist: Nature"_InventoryCache=<table> {
}
DeactivateScript=<function>defined @Outfitter\OutfitterScripting.lua:1760TankPoints_New=<function>defined @Outfitter\OutfitterItemStats.lua:612_ExtendedCompareTooltip=<table> {
}
CursorInFrame=<function>defined @Outfitter\OutfitterUITools.lua:461cRebuildFor="Rebuild for..."cFuHideMissingDesc="Hide outfits with missing items."cFinger0SlotName="First Finger"cHunterMonkeyDescription="Equips the outfit when you are in Monkey aspect"cEotSOutfit="Battleground: Eye of the Storm"cAccessoryOutfits="Accessories"LibDropdown=<table> {
}
FindOutfit=<function>defined @Outfitter\Outfitter.lua:3357ScriptContexts=<table> {
}
cOddsNEndsCategoryDescription="Odds 'n ends is
The text was updated successfully, but these errors were encountered:
GetSpecialization appears to be retail function where you obtain Titans Grip simply from specializing yourself as 'Fury'. Instead in WOTLK Classic it appears you will just need to check the talent. TalentsChanged by the way is a very poor name for this function, but I understand much of this codebase is legacy.
The API function
GetSpecialization
isnil
on WOTLK-Classic, causingOutfitter:TalentsChanged()
to encounter an exception.This then seizes the entire addon, causing little to no features to remain working.
Stack Trace
The text was updated successfully, but these errors were encountered: