![Titan Panel Classic [Raid Lockout]](https://media.forgecdn.net/avatars/thumbnails/296/678/256/256/637341580038872495.jpeg)
WoTLK raid difficulty (10/25 man)
obstrom opened this issue ยท 5 comments
A raid can be done in either 10 or 25-man difficulty, and each has its own separate lockout it seems?
If the GetNumSavedInstances still returns one entry for each difficulty (and not a single entry for either/both) then it should be possible to handle this. Looking at GetSavedInstanceInfo it returns a difficulty
and difficultyName
value. These values did not work and were skipped in classic/TBC-era, but might work as intended now in WoTLK and could perhaps be used to fix this.
Will need help with testing any alpha/beta build I make for this.
added checks for difficulty in raids (3 = 10man, 4 = 25man)
https://github.com/margathon/TitanRaidLockout/blob/master-wotlk/TitanRaidLockout.lua