I'm guessing there is a row in your database's players relation with a vocation value of -1. Connect to your database engine and check it yourself. If this is the case, update it with a valid value. For instance, a value of 0.
That was the problem with the database. Two characters had their vocations set to 0.yes, this looks like an underflow so you are pretty accurate
yes, this looks like an underflow so you are pretty accurateI'm guessing there is a row in your database's players relation with a vocation value of -1. Connect to your database engine and check it yourself. If this is the case, update it with a valid value. For instance, a value of 0.
I'm guessing there is a row in your database's players relation with a vocation value of -1. Connect to your database engine and check it yourself. If this is the case, update it with a valid value. For instance, a value of 0.
That was the problem with the database. Two characters had their vocations set to 0.yes, this looks like an underflow so you are pretty accurate