Non vorrei dire niubbate ma per il 6° slot non basta cambiare
/// <summary>
/// Gets the maximum amount of characters allowed to be created on this account. Values other than 1, 5, or 6 are not supported.
/// </summary>
public int Limit
{
get{ return 5; }
}
da 5 a 6 ( in account.cs )
Il vettore dei mobiles ha gia dimensione 6 di default. ( parlo del run 1.0 )
/// <summary>
/// Gets the maximum amount of characters allowed to be created on this account. Values other than 1, 5, or 6 are not supported.
/// </summary>
public int Limit
{
get{ return 5; }
}
da 5 a 6 ( in account.cs )
Il vettore dei mobiles ha gia dimensione 6 di default. ( parlo del run 1.0 )
Commenta