mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-27 20:21:30 +00:00
[Bots] Fix unnecessary failed to save timer error (#3788)
This commit is contained in:
parent
933b83add6
commit
6e325c1ee3
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user