Mercurial > wow > wowdb-profiler
comparison Main.lua @ 565:19c59ee05ab1
Increased DB version to 19.
author | Caleb Atherton <atcaleb@twitch.tv> |
---|---|
date | Wed, 01 Aug 2018 11:53:48 -0400 |
parents | 2be7eedb205b |
children | 244aec3f15b0 |
comparison
equal
deleted
inserted
replaced
564:cff3dab8ea61 | 565:19c59ee05ab1 |
---|---|
35 | 35 |
36 -- CONSTANTS ---------------------------------------------------------- | 36 -- CONSTANTS ---------------------------------------------------------- |
37 | 37 |
38 local AF = private.ACTION_TYPE_FLAGS | 38 local AF = private.ACTION_TYPE_FLAGS |
39 local CLIENT_LOCALE = _G.GetLocale() | 39 local CLIENT_LOCALE = _G.GetLocale() |
40 local DB_VERSION = 18 | 40 local DB_VERSION = 19 |
41 local DEBUGGING = false | 41 local DEBUGGING = false |
42 local EVENT_DEBUG = false | 42 local EVENT_DEBUG = false |
43 | 43 |
44 -- Timer durations in seconds | 44 -- Timer durations in seconds |
45 local DELAY_PROCESS_ITEMS = 30 | 45 local DELAY_PROCESS_ITEMS = 30 |