comparison Main.lua @ 313:564deda095ec 5.4.0-1

Bumped DB version to 18.
author James D. Callahan III <jcallahan@curse.com>
date Tue, 10 Sep 2013 10:25:05 -0500
parents de9d571df07f
children 8a2e619cced5
comparison
equal deleted inserted replaced
312:de9d571df07f 313:564deda095ec
31 31
32 -- CONSTANTS ---------------------------------------------------------- 32 -- CONSTANTS ----------------------------------------------------------
33 33
34 local AF = private.ACTION_TYPE_FLAGS 34 local AF = private.ACTION_TYPE_FLAGS
35 local CLIENT_LOCALE = _G.GetLocale() 35 local CLIENT_LOCALE = _G.GetLocale()
36 local DB_VERSION = 17 36 local DB_VERSION = 18
37 local DEBUGGING = false 37 local DEBUGGING = false
38 local EVENT_DEBUG = false 38 local EVENT_DEBUG = false
39 local OBJECT_ID_ANVIL = 192628 39 local OBJECT_ID_ANVIL = 192628
40 local OBJECT_ID_FORGE = 1685 40 local OBJECT_ID_FORGE = 1685
41 local PLAYER_CLASS = _G.select(2, _G.UnitClass("player")) 41 local PLAYER_CLASS = _G.select(2, _G.UnitClass("player"))