Update FunctionCache.lua

This commit is contained in:
Rochet2
2014-06-30 19:26:19 +03:00
parent 8fe509c838
commit 6acf09dcf5

View File

@@ -139,7 +139,9 @@ if (GetCoreExpansion() ~= 0) then
end end
table.insert(T.Map, "IsBattleground") table.insert(T.Map, "IsBattleground")
table.insert(T.Map, "IsDungeon") 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") table.insert(T.Map, "IsRaid")
T.Corpse = {} T.Corpse = {}