Mercurial > wow > wowdb-profiler
comparison Main.lua @ 157:d16d4848f059 1.0.16
Bump DB version to 11.
author | James D. Callahan III <jcallahan@curse.com> |
---|---|
date | Fri, 05 Oct 2012 18:38:47 -0500 |
parents | 749fdb864fdf |
children | 75cf16f95ad0 |
comparison
equal
deleted
inserted
replaced
156:749fdb864fdf | 157:d16d4848f059 |
---|---|
30 | 30 |
31 | 31 |
32 ----------------------------------------------------------------------- | 32 ----------------------------------------------------------------------- |
33 -- Local constants. | 33 -- Local constants. |
34 ----------------------------------------------------------------------- | 34 ----------------------------------------------------------------------- |
35 local DB_VERSION = 10 | 35 local DB_VERSION = 11 |
36 local DEBUGGING = false | 36 local DEBUGGING = false |
37 local EVENT_DEBUG = false | 37 local EVENT_DEBUG = false |
38 | |
38 | 39 |
39 local DATABASE_DEFAULTS = { | 40 local DATABASE_DEFAULTS = { |
40 char = {}, | 41 char = {}, |
41 global = { | 42 global = { |
42 items = {}, | 43 items = {}, |