diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-16 18:20:17 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-16 18:20:17 +0200 |
commit | 0cb8e12adda73b3fe39be4c3e45ffe113600cb1a (patch) | |
tree | be33d60f06c7a9e23cdb9890d4f422a60a04af7a | |
parent | e90550fc071dbfc80daee59ba4f4bd647ed3fb1b (diff) |
DB/Condition: Fix startup error
-rw-r--r-- | sql/updates/world/2013_07_16_02_world_conditions.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_16_02_world_conditions.sql b/sql/updates/world/2013_07_16_02_world_conditions.sql new file mode 100644 index 00000000000..5b89e1b93d3 --- /dev/null +++ b/sql/updates/world/2013_07_16_02_world_conditions.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `ConditionValue2`=1 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=1443 AND `ConditionTypeOrReference`=7 AND `ConditionValue1` IN (171,185); |