From 6acf09dcf5c34d5156cfc588a65964512b537527 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Mon, 30 Jun 2014 19:26:19 +0300 Subject: [PATCH] Update FunctionCache.lua --- extensions/FunctionCache.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extensions/FunctionCache.lua b/extensions/FunctionCache.lua index b05b87d..f80c0f3 100644 --- a/extensions/FunctionCache.lua +++ b/extensions/FunctionCache.lua @@ -139,7 +139,9 @@ if (GetCoreExpansion() ~= 0) then end table.insert(T.Map, "IsBattleground") table.insert(T.Map, "IsDungeon") -table.insert(T.Map, "IsHeroic") +if (GetCoreExpansion() ~= 0) then + table.insert(T.Map, "IsHeroic") +end table.insert(T.Map, "IsRaid") T.Corpse = {}