Execute the following query on your character database
Code:alter table `characters` add column active_cheats int(10) unsigned not null default 0 after xp;
Execute the following query on your character database
Code:alter table `characters` add column active_cheats int(10) unsigned not null default 0 after xp;
Last edited by namelessgnome; 07-06-2009 at 04:47 AM.