mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[Bots] Fix unnecessary failed to save timer error (#3788)
This commit is contained in:
@@ -1022,10 +1022,7 @@ bool BotDatabase::DeleteTimers(const uint32 bot_id)
|
||||
return false;
|
||||
}
|
||||
|
||||
auto success = BotTimersRepository::DeleteWhere(database, fmt::format("bot_id = {}", bot_id));
|
||||
if (!success) {
|
||||
return false;
|
||||
}
|
||||
BotTimersRepository::DeleteWhere(database, fmt::format("bot_id = {}", bot_id));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user