Core/Maps: Replaced spawnmask with difficulty list

This commit is contained in:
hondacrx
2018-09-17 12:08:48 -04:00
parent bc977cf274
commit 468b053946
29 changed files with 285 additions and 229 deletions
+1 -2
View File
@@ -1010,8 +1010,7 @@ namespace Game.Entities
}
void _LoadBoundInstances(SQLResult result)
{
for (byte i = 0; i < (int)Difficulty.Max; ++i)
m_boundInstances[i].Clear();
m_boundInstances.Clear();
Group group = GetGroup();