PDA

View Full Version : Groups bugged on zone/death


Irreverent
08-16-2008, 03:54 PM
I'm getting a weird problem on my server. each time a player dies or zones they drop from the group.

In the world window I get a lot of "Unable to get group id: #1146: Table 'peq.group_id' doesn't exist"

always that # too

Derision
08-16-2008, 04:24 PM
Did you add the required SQL from the Changelog ?


Required SQL (Your groups will break completely without this):
CREATE TABLE `group_id` (
`groupid` int(4) NOT NULL,
`charid` int(4) NOT NULL,
`name` varchar(64) NOT NULL,
PRIMARY KEY (`groupid`, `charid`)
)
ENGINE = InnoDB;

Irreverent
08-16-2008, 04:43 PM
Bah, grabbed the latest of everything from cvs...from the new login credentials...figured it would be in that...guess not. :D