diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-19 02:31:32 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-19 02:31:32 +0100 |
commit | 1be263e05ba1e41d014c88a6a9d20c1f0c429fe6 (patch) | |
tree | 23fbed5502846d3639848a6241ad65275bf6c972 | |
parent | 13f457a407f90a7ad8f6ed0b66bdfe9b3eb63870 (diff) |
DB/Conditions: Add level restriction for "Drums of War"
-rw-r--r-- | sql/updates/world/2013_01_19_02_world_conditions.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_19_02_world_conditions.sql b/sql/updates/world/2013_01_19_02_world_conditions.sql new file mode 100644 index 00000000000..744029f4fa0 --- /dev/null +++ b/sql/updates/world/2013_01_19_02_world_conditions.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=35475; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 7, 35475, 0, 0, 27, 0, 80, 2, 0, 0, 0, 0, '', 'Drums of War - level restriction'); |