* Moved RE coordinates of Bullet/Magazine Dealers in Izlude, bugreport:6410

* Added "favorite" column to main.sql file, bugreport:6425 (sql-files\main.sql)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16595 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
euphyy
2012-08-07 18:47:08 +00:00
parent 35683b8f8c
commit b2c806a597
7 changed files with 29 additions and 23 deletions

View File

@@ -400,6 +400,7 @@ CREATE TABLE IF NOT EXISTS `inventory` (
`card2` smallint(11) NOT NULL default '0',
`card3` smallint(11) NOT NULL default '0',
`expire_time` int(11) unsigned NOT NULL default '0',
`favorite` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `char_id` (`char_id`)
) ENGINE=MyISAM;