View Single Post
02/17/16, 04:09 PM   #5
zeroIndex
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 1
lua Code:
  1. [38] =
  2.     {
  3.         ["name"] = "Blacksmith",
  4.         ["categoryType"] = 4,
  5.         ["purchasable"] = true,
  6.         ["description"] = "This heavy leather smith's apron and gauntlets denotes a master of the forge.",
  7.     },
  8. [14] =
  9.     {
  10.         ["name"] = "Bristlegut Piglet",
  11.         ["categoryType"] = 3,
  12.         ["purchasable"] = false,
  13.         ["description"] = "This cross between a domestic pig and a Skyrim boar is as loyal as it is adorable.",
  14.     },
The only new ones that I have
  Reply With Quote