Make sure we set the right difficulty id
Adrian L Lange [03-30-13 - 22:45]
Make sure we set the right difficulty id
diff --git a/HabeebIt.lua b/HabeebIt.lua
index b42d74c..3a05d4c 100644
--- a/HabeebIt.lua
+++ b/HabeebIt.lua
@@ -144,7 +144,9 @@ local function InitializeList(specific)
local currentInstance = EJ_GetCurrentInstance()
EJ_SelectInstance(currentInstance > 0 and currentInstance or 322)
- EJ_SetDifficulty(GetRaidDifficultyID() - 2 or 1)
+
+ local _, _, difficulty = GetInstanceInfo()
+ EJ_SetDifficulty(difficulty > 2 and (difficulty - 2) or 1)
local _, _, classID = UnitClass('player')
local specialization = GetSpecialization()