diff options
Diffstat (limited to 'sql/characters.sql')
-rw-r--r-- | sql/characters.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/characters.sql b/sql/characters.sql index 4c798262bb2..b0e3e170062 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -1360,7 +1360,7 @@ CREATE TABLE `groups` ( `icon6` int(11) unsigned NOT NULL, `icon7` int(11) unsigned NOT NULL, `icon8` int(11) unsigned NOT NULL, - `isRaid` tinyint(1) unsigned NOT NULL, + `groupType` mediumint(8) unsigned NOT NULL, `difficulty` tinyint(3) unsigned NOT NULL default '0', `raiddifficulty` int(11) UNSIGNED NOT NULL default '0', PRIMARY KEY (`leaderGuid`) |