View Single Post
  #3  
Old 10-15-2002, 09:15 AM
Xarslik
Hill Giant
 
Join Date: Oct 2002
Location: System.Web
Posts: 107
Default

Yeah, that's what I'm saying, by default it's using a SIGNED tinyint, which maxes out at 127, meaning you CANT set any user's status to 200. Setting it back to an unsigned int will allow it to range from 0 to 255. I'm just saying next time you release EQEmu you should either replace that line with the one in dbupdate.sql or change it to an unsigned tinyint.
__________________
~ Xarslik
[ Xarslik's Arena Challenge Server ]
Reply With Quote