* 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:
markzd
2013-01-07 05:13:54 +00:00
parent bcc67ba970
commit de6af1fc0b
15 changed files with 174 additions and 37 deletions

View File

@@ -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`)