mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-25 05:40:56 -08:00
DB/Characters: fix base dumps
This commit is contained in:
parent
42e5f13101
commit
f6b759adce
9 changed files with 41 additions and 41 deletions
|
|
@ -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`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue