diff options
Diffstat (limited to 'sql/characters.sql')
-rw-r--r-- | sql/characters.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/characters.sql b/sql/characters.sql index e138dafb6fe..576e4a42709 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -1089,6 +1089,7 @@ CREATE TABLE `groups` ( `icon8` int(11) unsigned NOT NULL, `isRaid` tinyint(1) unsigned NOT NULL, `difficulty` tinyint(3) unsigned NOT NULL default '0', + `raiddifficulty` int(11) UNSIGNED NOT NULL default '0', PRIMARY KEY (`leaderGuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Groups'; |