summaryrefslogtreecommitdiff
path: root/sql-files/item_db2.sql
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-16 15:39:16 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-16 15:39:16 +0000
commit42acbf2e1acf3d200ec3ca1da566488db7dc07bd (patch)
tree1e00c6c2005b23d02f595f440c9d72b01c3e502c /sql-files/item_db2.sql
parentec60b2c2800e22cce2d3a24e4289b7e3c771f6f1 (diff)
downloadhercules-42acbf2e1acf3d200ec3ca1da566488db7dc07bd.tar.gz
hercules-42acbf2e1acf3d200ec3ca1da566488db7dc07bd.tar.bz2
hercules-42acbf2e1acf3d200ec3ca1da566488db7dc07bd.tar.xz
hercules-42acbf2e1acf3d200ec3ca1da566488db7dc07bd.zip
- Removed db_tables.sql as it's no longer used.
- the mvp_sd is removed when the mob is the emperium and there's no killer/exp-awarded (assumed killed by script), this prevents the on-kill event from triggering and giving the castle to whoever damaged the most the emperium without destroying it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7208 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 322a33cdd..5eeba132c 100755
--- a/sql-files/item_db2.sql
+++ b/sql-files/item_db2.sql
@@ -11,7 +11,7 @@ CREATE TABLE `item_db2` (
`price_buy` mediumint(10) unsigned default NULL,
`price_sell` mediumint(10) unsigned default NULL,
`weight` smallint(5) unsigned NOT NULL default '0',
- `attack` tinyint(3) unsigned default NULL,
+ `attack` smallint(3) unsigned default NULL,
`defence` tinyint(3) unsigned default NULL,
`range` tinyint(2) unsigned default NULL,
`slots` tinyint(2) unsigned default NULL,