diff options
| author | Dehravor <dehravor@gmail.com> | 2014-03-16 19:12:01 +0100 |
|---|---|---|
| committer | Dehravor <dehravor@gmail.com> | 2014-03-16 19:12:01 +0100 |
| commit | 6a5c43b0d819fc43a3d46aa63fa7576a11e5761c (patch) | |
| tree | 7d0a26d1ff26e68906c62d3545e6c9687d99cd96 /sql/updates | |
| parent | 892d9eac79e94796e3b22e5be368063d59b20efc (diff) | |
Core/Loot: Implement round robin for under threshold items in case of master loot
Thanks @Shauren for pointing out
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/characters/2014_03_16_00_characters_groups.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/characters/2014_03_16_00_characters_groups.sql b/sql/updates/characters/2014_03_16_00_characters_groups.sql new file mode 100644 index 00000000000..bec5963c23c --- /dev/null +++ b/sql/updates/characters/2014_03_16_00_characters_groups.sql @@ -0,0 +1 @@ +ALTER TABLE `groups` ADD COLUMN `masterLooterGuid` INT(10) UNSIGNED NOT NULL AFTER `raiddifficulty`; |
