* Fixed bugreport http://rathena.org/board/tracker/issue-8408-script-line-931-data-too-long-for-column-atkmatk-at-row-1/
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
This commit is contained in:
@@ -245,7 +245,7 @@ CREATE TABLE `$db` (
|
||||
`price_buy` mediumint(8) unsigned DEFAULT NULL,
|
||||
`price_sell` mediumint(8) unsigned DEFAULT NULL,
|
||||
`weight` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`atk:matk` varchar(10) DEFAULT NULL,
|
||||
`atk:matk` varchar(11) DEFAULT NULL,
|
||||
`defence` smallint(5) unsigned DEFAULT NULL,
|
||||
`range` tinyint(2) unsigned DEFAULT NULL,
|
||||
`slots` tinyint(2) unsigned DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user