Added sql updates 3.1.3-3.2.2a

--HG--
branch : trunk
This commit is contained in:
n0n4m3
2009-12-17 15:49:28 +01:00
parent a7acabae8b
commit 4ef64a65e5
4 changed files with 63 additions and 3 deletions

View File

@@ -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';