aboutsummaryrefslogtreecommitdiff
path: root/sql/base
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-07-09 18:32:40 +0200
committerShauren <shauren.trinity@gmail.com>2018-07-09 18:32:40 +0200
commit8411ec7ed6366e3f9c0dc722671492ed091b8fbd (patch)
tree1c04022191f6f4c492e0169fd4635df06ca03d31 /sql/base
parent076c7a7b32c0804013f24f46596fe316258bde1a (diff)
Core/Players: Fixed saving quest item progress
Diffstat (limited to 'sql/base')
-rw-r--r--sql/base/characters_database.sql2
1 files changed, 2 insertions, 0 deletions
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';