mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-21 19:38:25 +00:00
Implement ClientListEntry::LoadTaskLockouts
This commit is contained in:
@@ -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`)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user