Typo fix for r12758 ><
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12764 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
69089d210e
commit
189a9ec34e
@ -9,7 +9,7 @@ CREATE TABLE `picklog` (
|
|||||||
`id` int(11) NOT NULL auto_increment,
|
`id` int(11) NOT NULL auto_increment,
|
||||||
`time` datetime NOT NULL default '0000-00-00 00:00:00',
|
`time` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||||
`char_id` int(11) NOT NULL default '0',
|
`char_id` int(11) NOT NULL default '0',
|
||||||
`type` enum('M','P','L','T','V','S','N','C','A','R','G',E') NOT NULL default 'P',
|
`type` enum('M','P','L','T','V','S','N','C','A','R','G','E') NOT NULL default 'P',
|
||||||
`nameid` int(11) NOT NULL default '0',
|
`nameid` int(11) NOT NULL default '0',
|
||||||
`amount` int(11) NOT NULL default '1',
|
`amount` int(11) NOT NULL default '1',
|
||||||
`refine` tinyint(3) unsigned NOT NULL default '0',
|
`refine` tinyint(3) unsigned NOT NULL default '0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user