View Single Post
  #15  
Old 12-30-2010, 12:04 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Code:
ALTER TABLE `guild_members` ADD PRIMARY KEY ( `char_id` );
But I don't know if that will break the bots code. Have to think there was a reason that WildcardX dropped the primary key in bots.sql, but I can't think of one of the top of my head.
Reply With Quote