Added forgotten field to item_set_names since this data come from WDB

--HG--
branch : trunk
This commit is contained in:
Shauren
2010-06-12 17:21:21 +02:00
parent 057ea32adf
commit 38417ef2f6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2759,6 +2759,7 @@ CREATE TABLE `item_set_names` (
`entry` mediumint(8) unsigned NOT NULL,
`name` varchar(255) character set utf8 NOT NULL default '',
`InventoryType` tinyint(3) unsigned NOT NULL default '0',
`WDBVerified` smallint(5) signed NOT NULL DEFAULT '1',
PRIMARY KEY (`entry`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;