Hey guys I get this bug whenever I put a garment on:
[Only registered and activated users can see links. Click Here To Register...]
I removed:
But it would remove the attack bonuses. So does anyone know how to fix this code?
[Only registered and activated users can see links. Click Here To Register...]
I removed:
Code:
foreach (string[] Item in DataBase.DBPlusInfo)
{
if (PItemID == Item[0])
if (ItemPlus == byte.Parse(Item[1]))
{
PItem = Item;
break;
}
}