View Single Post
  #1  
Old 03-05-2009, 12:19 AM
AneXus
Fire Beetle
 
Join Date: Mar 2007
Posts: 3
Default

Code:
`rule_value` varchar('1'0) NOT NULL default '',
should be
Code:
 `rule_value` varchar('10') NOT NULL default '',
And I believe its source load_player.sql, then load_bots.sql, then the peq.sql

Last edited by AneXus; 03-05-2009 at 08:21 AM.. Reason: Forgot to put Code brackets...
Reply With Quote