mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 06:00:10 -04:00
Added forgotten field to item_set_names since this data come from WDB
--HG-- branch : trunk
This commit is contained in:
@@ -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 */;
|
||||
|
||||
Reference in New Issue
Block a user