|
You must create tabele name "configuration"
and add in tabele new column:
ServerName, tinytext, NOT NULL
Command, int(2), NOT NULL, DEFAULT '0'
ProfRate, int(10), NOT NULL, DEFAULT '3'
SkillRate, int(10), NOT NULL, DEFAULT '3'
Tabele charset use UTF8
|