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
I haven't encountered this in practice but I think this will happen:
When viewing a Jewelry writ, extendTooltip will call EqRecipe:fromWritText, which will fail because (as of e9cd940) jewelry recipes are not listed in EqRecipe.instancesByName.
This could be fixed by only registering the jewelry Skill instance if the DLC is enabled. Behaviour to gracefully handle a writ not matching any registered Skill instance already exists (it takes effect for holiday/imperial furniture writs).
The text was updated successfully, but these errors were encountered:
I haven't encountered this in practice but I think this will happen:
When viewing a Jewelry writ,
extendTooltip
will callEqRecipe:fromWritText
, which will fail because (as of e9cd940) jewelry recipes are not listed inEqRecipe.instancesByName
.This could be fixed by only registering the jewelry
Skill
instance if the DLC is enabled. Behaviour to gracefully handle a writ not matching any registeredSkill
instance already exists (it takes effect for holiday/imperial furniture writs).The text was updated successfully, but these errors were encountered: