WickedShell / echelon

http://echelon.bigbrotherbot.net
14 stars 7 forks source link

ech_logs client id #38

Closed FrikFry closed 13 years ago

FrikFry commented 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.

WickedShell commented 13 years ago

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.

WickedShell commented 13 years ago

done