Code:
if (ID / 1000 == 421 || PacketHandler.IsTwoHand(ID))
{
potBase *= 2;
}
return potBase
How could i fix this?






