From 5501252f907910103696fa7d822355272823a142 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Wed, 21 Apr 2010 17:13:19 -0400 Subject: [PATCH] In ListFrame:ExpandEntry(): Fixed the World Drop check for locations - I broke it when adding sorting. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index b28c9c7..de43a8a 100644 --- a/Frame.lua +++ b/Frame.lua @@ -3718,7 +3718,7 @@ do local t = AcquireTable() -- Add World Drop entries as normal entries. - if affiliation == "world_drop" then + if recipe_list[spell_id] == "world_drop" then expand = true type = "entry" end -- 1.7.9.5