mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 17:26:30 +00:00
[Hotfix] Clear m_completed_shared_tasks before reloading
This commit is contained in:
@@ -1305,6 +1305,8 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
m_completed_shared_tasks.clear();
|
||||
|
||||
for (auto row = results.begin(); row != results.end(); ++row) {
|
||||
m_completed_shared_tasks.push_back(std::stoi(row[0]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user