Core/Quests: Set quest accept time updatefield
This commit is contained in:
@@ -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`;
|
||||
Reference in New Issue
Block a user