DB/Characters: fix base dumps

This commit is contained in:
ShinDarth
2016-08-14 12:31:40 +02:00
parent 42e5f13101
commit f6b759adce
9 changed files with 41 additions and 41 deletions

View File

@@ -24,7 +24,7 @@ CREATE TABLE `groups`
`icon8` int(10) unsigned NOT NULL,
`groupType` tinyint(3) unsigned NOT NULL,
`difficulty` tinyint(3) unsigned NOT NULL DEFAULT '0',
`raiddifficulty` tinyint(3) unsigned NOT NULL DEFAULT '0',
`raidDifficulty` tinyint(3) unsigned NOT NULL DEFAULT '0',
`masterLooterGuid` int(10) unsigned NOT NULL,
`MaxlevelGroup` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`guid`),