rrrix
New Member
- Joined
- Jul 11, 2010
- Messages
- 3,449
- Reaction score
- 61
Actually, the real root cause is probably one of the Akkhan sets is missing or has a wrong ActorSNO/Id number.
RoRG is indeed accounted for when considering set pieces.
like this...
Code:
/// <summary>
/// Pauldrons of Akkhan
/// </summary>
public static Item PauldronsOfAkkhan = new Item
{
[B][COLOR=#ff0000] Id = 0,[/COLOR][/B]
Name = "Pauldrons of Akkhan",
Quality = ItemQuality.Legendary,
Slug = "pauldrons-of-akkhan",
ItemType = ItemType.Shoulder,
BaseType = ItemBaseType.Armor,
InternalName = "",
DataUrl = "https://us.battle.net/api/d3/data/item/pauldrons-of-akkhan",
Url = "https://us.battle.net/d3/en/item/pauldrons-of-akkhan",
RelativeUrl = "/d3/en/item/pauldrons-of-akkhan",
IsCrafted = false,
LegendaryAffix = "",
SetName = "Armor of Akkhan",
};