mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Bug Fix] Fix Task Reloading (#5002)
This commit is contained in:
@@ -43,6 +43,8 @@ bool TaskManager::LoadTaskSets()
|
||||
|
||||
bool TaskManager::LoadTasks(int single_task)
|
||||
{
|
||||
m_task_data.clear();
|
||||
|
||||
std::string task_query_filter = fmt::format("id = {}", single_task);
|
||||
if (single_task == 0) {
|
||||
if (!LoadTaskSets()) {
|
||||
|
||||
Reference in New Issue
Block a user