reorganization

This commit is contained in:
kepler155c
2017-09-15 00:45:05 -04:00
parent b435fe47fc
commit c2491f53a8
5 changed files with 335 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
local Util = require('util')
local TableDB = require('tableDB')
local itemDB = TableDB({ fileName = 'usr/etc/items.db' })
local itemDB = TableDB({ fileName = 'usr/config/items.db' })
function itemDB:get(key)