Closed FrikFry closed 13 years ago
The sql file should be updated to making this a int, not a small int. And it probably wouldn't hurt to make it unsigned.
Otherwise any logs on users with a client id above 32767 are all redirected to the player with the 32767 client id.
Probably wouldn't hurt to increase the length of the clientid adminid id fields either.
good point. if one goes up the other needs to go up as well. And whatever other links there are off the client id...
admin_id is also very inconsistently used, which is frustrating and needs to change.
done
The sql file should be updated to making this a int, not a small int. And it probably wouldn't hurt to make it unsigned.
Otherwise any logs on users with a client id above 32767 are all redirected to the player with the 32767 client id.
Probably wouldn't hurt to increase the length of the clientid adminid id fields either.