update module (#8)

* update module

* update readme
This commit is contained in:
Micrah
2019-12-21 14:29:57 +11:00
committed by WiZZy
parent ee4f5fe791
commit 457e8853d1
8 changed files with 110 additions and 54 deletions

View File

@@ -16,9 +16,6 @@ CREATE TABLE IF NOT EXISTS `reward_system` (
`roll` int(11) NOT NULL,
`item` int(11) NOT NULL,
`quantity` int(11)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- Data exporting was unselected.
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;