Just start it up and it will update everything for you, After that if there are any issues, you might want to do a total clean install.Awesome, thanks!
How do I update my already downloaded HB?
foreach (var item in StyxWoW.Me.BagItems)
{
if (item != null && item.Entry == 38659)
{
item.Use();
}
}