Core/Players: Fixed saving quest item progress

This commit is contained in:
Shauren
2018-07-09 18:32:40 +02:00
committed by Aokromes
parent f820232f21
commit 9c87764612
4 changed files with 18 additions and 15 deletions

View File

@@ -1099,6 +1099,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';