Core/Players: Fixed saving quest item progress

This commit is contained in:
Shauren
2018-07-09 18:32:40 +02:00
parent 076c7a7b32
commit 8411ec7ed6
4 changed files with 18 additions and 15 deletions

View File

@@ -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';