From 8411ec7ed6366e3f9c0dc722671492ed091b8fbd Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 9 Jul 2018 18:32:40 +0200 Subject: Core/Players: Fixed saving quest item progress --- sql/base/characters_database.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/base/characters_database.sql') diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index 85c59543cea..363449e4c44 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -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'; -- cgit v1.2.3