This commit is contained in:
neckkola
2022-05-17 22:31:04 -03:00
24 changed files with 3783 additions and 525 deletions
+1
View File
@@ -1742,6 +1742,7 @@ bool Zone::Depop(bool StartSpawnTimer) {
itr = npctable.begin();
delete itr->second;
itr->second = nullptr;
npctable.erase(itr);
}