diff options
| author | XTZGZoReX <none@none> | 2010-08-06 16:33:31 +0200 |
|---|---|---|
| committer | XTZGZoReX <none@none> | 2010-08-06 16:33:31 +0200 |
| commit | e4cab07f32c22fc0ffe8853608d26d15ffc73956 (patch) | |
| tree | b31155220143079bf58437ed9fd6a4f8ed52c906 /sql/base/world_database.sql | |
| parent | fd34134a455314dcd404fd928453b816554bfb3f (diff) | |
* Add ScriptName to conditions.
--HG--
branch : trunk
Diffstat (limited to 'sql/base/world_database.sql')
| -rw-r--r-- | sql/base/world_database.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 100a578f60b..b354c82316c 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -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'; |
