mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-24 13:21:10 -08:00
wrong db exported
This commit is contained in:
parent
fc05c82f65
commit
f178841a3a
32 changed files with 112 additions and 481 deletions
|
|
@ -24,9 +24,8 @@ 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`),
|
||||
KEY `leaderGuid` (`leaderGuid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Groups';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue