kyeme
High Council
- Messages
- 500
- Points
- 0
- Github
- kyeme
- Emulator
Please add the logs for Cash Shop. Thankssss!
http://trac.rathena.org/changeset/17242/rathena
http://trac.rathena.org/changeset/17242/rathena
Code:
CREATE TABLE `cashlog` ( `id` int(11) NOT NULL AUTO_INCREMENT, `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `char_id` int(11) NOT NULL DEFAULT '0', `type` enum('T','V','P','M','S','N','D','C','A','E','I','B','$') NOT NULL DEFAULT 'S', `cash_type` enum('O','K','C') NOT NULL DEFAULT 'O', `amount` int(11) NOT NULL DEFAULT '0', `map` varchar(11) NOT NULL DEFAULT '', PRIMARY KEY (`id`), INDEX `type` (`type`)) ENGINE=MyISAM AUTO_INCREMENT=1;
Last edited by a moderator: