View Single Post
  #2  
Old 11-17-2013, 03:47 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,604
Default

http://www.eqemulator.org/forums/showthread.php?t=36339 Check there.
The below code should fix your issue.

Code:
ALTER TABLE `group_id` ADD COLUMN `ismerc`  tinyint(3) NOT NULL DEFAULT 0 AFTER `name`, DROP PRIMARY KEY, ADD PRIMARY KEY (`groupid`, `charid`, `ismerc`);
Reply With Quote