From 596a7cd64e0e4aeab12d733a1e6eab75f970be41 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 27 Apr 2013 22:31:50 +0200 Subject: [PATCH] Set the encounter to make sure we have the right loot --- HabeebIt.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/HabeebIt.lua b/HabeebIt.lua index 88a48c9..827422d 100644 --- a/HabeebIt.lua +++ b/HabeebIt.lua @@ -135,6 +135,7 @@ local function InitializeList(specialization, shown) local currentInstance = EJ_GetCurrentInstance() EJ_SelectInstance(currentInstance > 0 and currentInstance or 322) + EJ_SelectEncounter(currentEncounterID) local _, _, difficulty = GetInstanceInfo() EJ_SetDifficulty(difficulty > 2 and (difficulty - 2) or 1) -- 1.7.9.5