View Single Post
06/19/14, 06:35 PM   #5
Halja
 
Halja's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 111
I kind glanced over the SI_ string table and a few things jumped out at me. The strings table suggests they reorder item styles. Which could be the cause of the inventory errors.
These two appear new:
["SI_ITEMSTYLE11"] = "Thieves Guild"
["SI_ITEMSTYLE12"] = "Dark Brotherhood"
Theft is about to be tracked.
["SI_STOREFAILURE19"] = "You can't sell stolen items here."
["SI_TRADEACTIONRESULT66"] = "That item is stolen."
["SI_TRADINGHOUSERESULT23"] = "You cannot sell stolen items to other players."
Dyeing items is close? There are a bunch of SI_DYE* strings.
Guild identification options with SI_GUILD_HERALDRY*

--halja
  Reply With Quote