summaryrefslogtreecommitdiff
path: root/sql-files/main.sql
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-07 17:16:53 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-07 17:16:53 +0000
commit7496915ff909733618b011ca06ee27ae7a098f2b (patch)
tree4291f623b63f1d03fbb14d4cb7dc67dab70798af /sql-files/main.sql
parenta78edf2b3c8b22ff202ee43261f89c42e2313657 (diff)
downloadhercules-7496915ff909733618b011ca06ee27ae7a098f2b.tar.gz
hercules-7496915ff909733618b011ca06ee27ae7a098f2b.tar.bz2
hercules-7496915ff909733618b011ca06ee27ae7a098f2b.tar.xz
hercules-7496915ff909733618b011ca06ee27ae7a098f2b.zip
- 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11692 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files/main.sql')
-rw-r--r--sql-files/main.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql
index 90c989443..22cbab24b 100644
--- a/sql-files/main.sql
+++ b/sql-files/main.sql
@@ -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',