Core/Quests: Set quest accept time updatefield

This commit is contained in:
Shauren
2021-05-11 15:47:58 +02:00
parent 2ffedf30a9
commit d9d242bea4
5 changed files with 52 additions and 31 deletions
@@ -0,0 +1,2 @@
ALTER TABLE `character_queststatus` ADD `acceptTime` bigint(20) NOT NULL DEFAULT '0' AFTER `explored`;
ALTER TABLE `character_queststatus` CHANGE `timer` `endTime` bigint(20) NOT NULL DEFAULT '0' AFTER `acceptTime`;