Quartermaster Mod fix

The mod doesn’t correctly see two of the professions. To fix add the following lines to a couple of files:

In ..\QuartermasterData\Characters.lua at about line 15
[“Inscription”] = true,
[“Jewelcrafting”] = true,

In …\Quartermaster\UI\CharacterDetails.lua at about line 69.
[“Inscription”] = “Interface\Icons\inv_inscription_tarot_earthquakeace”,
[“Jewelcrafting”] = “Interface\Icons\inv_misc_cutgemnormal4”,

Note that the icon’s aren’t the correct ones, but I gave up trying to figure out what the correct icons are.