mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
Core/Players: Fixed saving quest item progress (#1129)
Ported from TC (original commit by Shauren) Add 2 columns to character_queststatus
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO version_db_characters (`sql_rev`) VALUES ('1545178470896804464');
|
||||
|
||||
ALTER TABLE `character_queststatus`
|
||||
ADD `itemcount5` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `itemcount4`,
|
||||
ADD `itemcount6` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `itemcount5`;
|
||||
Reference in New Issue
Block a user