diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-04 21:13:55 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-04 21:14:25 +0200 |
commit | 3f35182369c04e627c613fef698efb91bd779683 (patch) | |
tree | 9608f9066b4c34fb55f9d8dffd4903873a38826d | |
parent | 538f3a6bda1ace566a56d23c4549e9d7dc95a432 (diff) |
DB/Conditions: Fix db error
-rw-r--r-- | sql/updates/world/2013_06_04_03_world_conditions.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_04_03_world_conditions.sql b/sql/updates/world/2013_06_04_03_world_conditions.sql new file mode 100644 index 00000000000..63d3b5ec210 --- /dev/null +++ b/sql/updates/world/2013_06_04_03_world_conditions.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `ConditionValue1`=3781,`ConditionValue2`=0 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=1403 AND `SourceEntry`=3 AND `ConditionTypeOrReference`=8; |