mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Players: Fixed saving quest item progress
This commit is contained in:
@@ -962,6 +962,8 @@ CREATE TABLE `character_queststatus` (
|
||||
`itemcount2` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`itemcount3` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`itemcount4` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`itemcount5` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`itemcount6` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`playercount` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`guid`,`quest`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Player System';
|
||||
|
||||
Reference in New Issue
Block a user