diff options
| author | QAston <qaston@gmail.com> | 2012-02-10 12:44:07 +0100 |
|---|---|---|
| committer | QAston <qaston@gmail.com> | 2012-02-10 12:46:01 +0100 |
| commit | a7fc2586e765a39371d49bf3f2b0b81d9c9df69a (patch) | |
| tree | 0d71b337b4a63c9b858467dc13cc8ee5131615e5 /sql | |
| parent | 03b27179318f7371d47808589f10131aa0887bd5 (diff) | |
Core/Db/Conditions: Add NegativeCondition column to conditions table which allows to check whenever player does not meet condition specified by ConditionTypeOrReference column (ConditionTypeOrReference and ConditionValue3 set to reference id are not affected by the change)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_02_10_00_world_conditions.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_02_10_00_world_conditions.sql b/sql/updates/world/2012_02_10_00_world_conditions.sql new file mode 100644 index 00000000000..508011609cf --- /dev/null +++ b/sql/updates/world/2012_02_10_00_world_conditions.sql @@ -0,0 +1 @@ +ALTER TABLE `conditions` ADD COLUMN `NegativeCondition` tinyint(3) UNSIGNED NOT NULL default '0' AFTER `ConditionValue3`; |
