mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-18 22:09:40 -04:00
* Add ScriptName to conditions.
--HG-- branch : trunk
This commit is contained in:
@@ -725,6 +725,7 @@ CREATE TABLE `conditions` (
|
||||
`ConditionValue2` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`ConditionValue3` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`ErrorTextId` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`ScriptName` char(64) NOT NULL DEFAULT '',
|
||||
`Comment` varchar(255) DEFAULT NULL,
|
||||
PRIMARY KEY (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Condition System';
|
||||
|
||||
Reference in New Issue
Block a user