mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 11:36:36 +00:00
Rename character expedition lockouts table
This commit is contained in:
@@ -287,7 +287,7 @@ void ExpeditionDatabase::PurgeExpiredExpeditions()
|
||||
void ExpeditionDatabase::PurgeExpiredCharacterLockouts()
|
||||
{
|
||||
std::string query = SQL(
|
||||
DELETE FROM expedition_character_lockouts
|
||||
DELETE FROM character_expedition_lockouts
|
||||
WHERE expire_time <= NOW();
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user