View Single Post
  #2  
Old 03-07-2010, 02:33 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

That is most likely caused by an incorrect setting or two in the rule_values table. Try running this on your database:

update rule_values set rule_value = 0 where rule_name = 'Chat:GlobalChatLevelLimit';
update rule_values set rule_value = 0 where rule_name = 'Chat:KarmaGlobalChatLimit';
Reply With Quote