* Implemented Unique identifier for Non stackable items. (tid:69380)
* Set as off by default, it can be changed in /src/config/core.h. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17080 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -18,6 +18,7 @@ CREATE TABLE `picklog` (
|
||||
`card1` int(11) NOT NULL default '0',
|
||||
`card2` int(11) NOT NULL default '0',
|
||||
`card3` int(11) NOT NULL default '0',
|
||||
`nsiuid` bigint(20) unsigned NOT NULL default '0',
|
||||
`map` varchar(11) NOT NULL default '',
|
||||
PRIMARY KEY (`id`),
|
||||
INDEX (`type`)
|
||||
|
||||
Reference in New Issue
Block a user