EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Groups bugged on zone/death (https://www.eqemulator.org/forums/showthread.php?t=25955)

Irreverent 08-16-2008 03:54 PM

Groups bugged on zone/death
 
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 ?

Code:

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


All times are GMT -4. The time now is 12:08 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.