diff Constants.lua @ 479:cf08b2748711

Removed backwards compatibility for Patch 6.2.4 in order to simplify code, now that Patch 7.0.3 is on Live realms.
author Caleb Atherton <catherton@curse.com>
date Wed, 03 Aug 2016 12:44:12 -0400
parents 3e61766f8dc6
children 679e2846ff88
line wrap: on
line diff
--- a/Constants.lua	Tue Jul 19 15:07:23 2016 -0400
+++ b/Constants.lua	Wed Aug 03 12:44:12 2016 -0400
@@ -807,9 +807,6 @@
 -- Fundamental Constants.
 -----------------------------------------------------------------------
 private.wow_version, private.build_num, _, private.interface_num = _G.GetBuildInfo()
--- LEGION
-private.isLegion = false
-if private.interface_num == 70000 then private.isLegion = true end
 private.region = GetCVar("portal"):sub(0,2):upper()
 -- PTR/Beta return "public-test", but they are properly called "XX"
 if private.region == "PU" then private.region = "XX" end