template was loaded in the wrong place

This commit is contained in:
Zach Prezkuta 2012-08-18 13:28:49 -06:00
parent 22bf48cae9
commit d00c98b8b8
2 changed files with 3 additions and 3 deletions

View file

@ -606,7 +606,7 @@ CREATE TABLE IF NOT EXISTS `item_id` (
-- Table structure for table `locks`
--
CREATE TABLE `locks` (
CREATE TABLE IF NOT EXISTS `locks` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` char(128) NOT NULL,
`locked` tinyint(1) NOT NULL DEFAULT '0',