This commit is contained in:
Rochet2
2014-07-01 00:35:14 +03:00

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 = {}