→Patch changes
| Line 15: | Line 15: | ||
* Added in 3.2 | * Added in 3.2 | ||
* "difficulty of the instance" is described in [[API_GetInstanceDifficulty|GetInstanceDifficulty()]] | * "difficulty of the instance" is described in [[API_GetInstanceDifficulty|GetInstanceDifficulty()]] | ||
==Patch changes== | |||
In 3.3, the returns were changed to: | |||
instanceName, instanceType, difficultyIndex, difficultyName, maxNumberOfPlayers, ?, dynamicInstance = GetInstanceInfo() | |||
dynamicInstance is only true in cases like Icecrown Citadel where the difficulty mode can be changed on-the-fly. | |||