Merge branch 'mintaka' of https://github.com/NyxStudios/TShock into mintaka

This commit is contained in:
Enerdy 2016-12-11 23:44:44 +00:00
commit c73003fc67
2 changed files with 3 additions and 2 deletions

View file

@ -180,7 +180,7 @@ namespace TShockAPI
{
//179-219
var index = i - (NetItem.InventorySlots + NetItem.ArmorSlots + NetItem.DyeSlots
+ NetItem.MiscEquipSlots + NetItem.MiscDyeSlots + NetItem.PiggySlots + NetItem.ForgeSlots);
+ NetItem.MiscEquipSlots + NetItem.MiscDyeSlots + NetItem.PiggySlots);
this.inventory[i] = (NetItem)forge[index];
}
else
@ -464,4 +464,4 @@ namespace TShockAPI
NetMessage.SendData(39, player.Index, -1, "", 400);
}
}
}
}