mirror of
https://github.com/freekode/mod-reward-played-time-improved.git
synced 2026-01-29 07:23:47 +00:00
@@ -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 */;
|
||||
Reference in New Issue
Block a user