Implement ClientListEntry::LoadTaskLockouts

This commit is contained in:
Michael Cook (mackal)
2019-05-22 22:38:07 -04:00
parent bc0f705227
commit 408ce4650f
4 changed files with 42 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ CREATE TABLE `task_replay_groups` (
CREATE TABLE `character_task_lockouts` (
`charid` INT NOT NULL,
`replay_group` INT NOT NULL,
`original_id` INT NOT NULL,
`timestamp` INT NOT NULL,
PRIMARY KEY(`charid`, `replay_group`)
);