Fixes aura assert by not removing player when crash from map.

This commit is contained in:
hondacrx
2022-08-01 11:32:31 -04:00
parent bd3dfeb637
commit 8caa99803f
3 changed files with 9 additions and 9 deletions
+1
View File
@@ -236,6 +236,7 @@ namespace Game
decrease_session = false;
m_sessionsByBnetGuid.Remove(old.GetBattlenetAccountGUID(), old);
old.Dispose();
}
}