Core/Spells: Spell system updates (don't even try to compile this)

This commit is contained in:
Rat
2014-11-16 14:20:01 +01:00
parent c375748b76
commit 588143b9b6
42 changed files with 635 additions and 593 deletions

View File

@@ -78,7 +78,7 @@ Map* MapManager::CreateBaseMap(uint32 id)
map = new MapInstanced(id, i_gridCleanUpDelay);
else
{
map = new Map(id, i_gridCleanUpDelay, 0, REGULAR_DIFFICULTY);
map = new Map(id, i_gridCleanUpDelay, 0, DIFFICULTY_NONE);
map->LoadRespawnTimes();
}