Core/Misc: Misc fixes

This commit is contained in:
hondacrx
2018-05-08 15:36:57 -04:00
parent f26f7a4348
commit 6224c4f6be
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ namespace Game.Maps
bool relocated_for_ai = (i_player == i_player.seerView);
foreach (var creature in objs)
foreach (var creature in objs.ToList())
{
vis_guids.Remove(creature.GetGUID());
+1 -1
View File
@@ -79,7 +79,7 @@ namespace Game.Maps
private Queue<MapUpdateRequest> _queue;
private object _syncLock = new object();
private AutoResetEvent[] autoResetEvent;
private WaitHandle[] autoResetEvent;
}
public class MapUpdateRequest