Core/Misc: Some cleanups

This commit is contained in:
hondacrx
2018-03-05 12:13:45 -05:00
parent 3fc07b8b37
commit 7de76148b6
9 changed files with 58 additions and 122 deletions
@@ -573,7 +573,7 @@ namespace Scripts.Northrend.IcecrownCitadel
return;
List<Creature> temp = new List<Creature>();
foreach (var guid in summons.ToList())
foreach (var guid in summons)
{
Creature cre = ObjectAccessor.GetCreature(me, guid);
if (cre)