diff Constants.lua @ 18:86f02232a9e5

Make looting work under MoP. Added preliminary code for faction-change detection.
author James D. Callahan III <jcallahan@curse.com>
date Mon, 07 May 2012 14:35:14 -0500
parents 94bc939c2ca6
children 2ff0171bddae
line wrap: on
line diff
--- a/Constants.lua	Thu May 03 16:48:50 2012 -0500
+++ b/Constants.lua	Mon May 07 14:35:14 2012 -0500
@@ -17,6 +17,8 @@
 -----------------------------------------------------------------------
 -- Constants.
 -----------------------------------------------------------------------
+private.wow_version, private.build_num = _G.GetBuildInfo()
+
 private.UNIT_TYPES = {
     PLAYER = 0,
     OBJECT = 1,