mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 15:27:47 -04:00
Removed useless comment columns from the pool system DB tables.
--HG-- branch : trunk
This commit is contained in:
@@ -4210,7 +4210,6 @@ CREATE TABLE `pool_creature` (
|
||||
`guid` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`pool_entry` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`chance` float unsigned NOT NULL DEFAULT '0',
|
||||
`comment` varchar(255) DEFAULT NULL,
|
||||
`description` varchar(255) DEFAULT NULL,
|
||||
PRIMARY KEY (`pool_entry`,`guid`),
|
||||
KEY `idx_guid` (`guid`)
|
||||
@@ -4287,7 +4286,6 @@ DROP TABLE IF EXISTS `pool_template`;
|
||||
CREATE TABLE `pool_template` (
|
||||
`entry` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'Pool entry',
|
||||
`max_limit` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Max number of objects (0) is no limit',
|
||||
`comment` varchar(255) DEFAULT NULL,
|
||||
`description` varchar(255) DEFAULT NULL,
|
||||
PRIMARY KEY (`entry`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
Reference in New Issue
Block a user