summaryrefslogtreecommitdiff
path: root/sql-files/item_db2.sql
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-04 14:51:42 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-04 14:51:42 +0000
commitcc03970a0f42272d118859b6a03dd0f4a7859828 (patch)
tree3678c56664ba59f4707dad555575c7979905dcca /sql-files/item_db2.sql
parent00f9ebdb6e85d13202c6f9e94b8b5506b82b5399 (diff)
downloadhercules-cc03970a0f42272d118859b6a03dd0f4a7859828.tar.gz
hercules-cc03970a0f42272d118859b6a03dd0f4a7859828.tar.bz2
hercules-cc03970a0f42272d118859b6a03dd0f4a7859828.tar.xz
hercules-cc03970a0f42272d118859b6a03dd0f4a7859828.zip
* Converted itemdb tables to use smallint. Credits to ALZ.
modified Changelog-Trunk.txt modified sql-files/item_db.sql modified sql-files/item_db2.sql added sql-files/upgrade_svn9135.sql git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9135 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files/item_db2.sql')
-rwxr-xr-xsql-files/item_db2.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/item_db2.sql b/sql-files/item_db2.sql
index 3beca7310..8496bf0da 100755
--- a/sql-files/item_db2.sql
+++ b/sql-files/item_db2.sql
@@ -22,7 +22,7 @@ CREATE TABLE `item_db2` (
`weapon_level` tinyint(2) unsigned default NULL,
`equip_level` tinyint(3) unsigned default NULL,
`refineable` tinyint(1) unsigned default NULL,
- `view` tinyint(3) unsigned default NULL,
+ `view` smallint(3) unsigned default NULL,
`script` text,
`equip_script` text,
`unequip_script` text,