- Some updates on the mail system packets [Zephyrus]
- Corrected the mail database structure on main.sql - TODO: find what happens when you cannot receive an emailed item due to weight problems. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11692 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -479,7 +479,7 @@ CREATE TABLE `mail` (
|
||||
`title` varchar(45) NOT NULL default '',
|
||||
`message` varchar(255) NOT NULL default '',
|
||||
`time` int(11) unsigned NOT NULL default '0',
|
||||
`status` tinyint(2) unsigned NOT NULL default '0',
|
||||
`status` tinyint(2) NOT NULL default '0',
|
||||
`zeny` int(11) unsigned NOT NULL default '0',
|
||||
`nameid` int(11) unsigned NOT NULL default '0',
|
||||
`amount` int(11) unsigned NOT NULL default '0',
|
||||
|
||||
Reference in New Issue
Block a user