PDA

View Full Version : Group Leaders Missing SQL.


Kingly_Krab
10-30-2014, 03:39 PM
There seems to be queries to modify (https://github.com/EQEmu/Server/search?utf8=%E2%9C%93&q=group_leaders)'group_leaders' but there is no query to create this table. I grabbed the source from today (10-30-2014).

ALTER TABLE `group_leaders` ADD `mentoree` VARCHAR(64) NOT NULL;
ALTER TABLE `group_leaders` ADD `mentor_percent` INT(4) DEFAULT 0 NOT NULL;

Kingly_Krab
10-30-2014, 04:22 PM
This has since been resolved, do not grab the October 11th Database from the Daily Dump, as it is missing quite a bit of information.