mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
[Hotfix] Clear m_completed_shared_tasks before reloading
This commit is contained in:
parent
fa2ab11676
commit
e2db8ffea8
@ -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]));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user