Core/Loot: Implement round robin for under threshold items in case of master loot

Thanks @Shauren for pointing out
This commit is contained in:
Dehravor
2014-03-16 19:12:01 +01:00
parent 892d9eac79
commit 6a5c43b0d8
11 changed files with 71 additions and 61 deletions

View File

@@ -1632,6 +1632,7 @@ CREATE TABLE `groups` (
`groupType` tinyint(3) unsigned NOT NULL,
`difficulty` tinyint(3) unsigned NOT NULL DEFAULT '0',
`raiddifficulty` tinyint(3) unsigned NOT NULL DEFAULT '0',
`masterLooterGuid` int(10) unsigned NOT NULL,
PRIMARY KEY (`guid`),
KEY `leaderGuid` (`leaderGuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Groups';