diff options
| author | Nyeriah <sarah.trysan@live.com> | 2014-09-11 02:43:15 -0300 |
|---|---|---|
| committer | Nyeriah <sarah.trysan@live.com> | 2014-09-11 02:43:15 -0300 |
| commit | bd5e7cc98f3cd700e8b918e17cace4b77d84b9dd (patch) | |
| tree | 2afda67f08197109644f8d96d56eb4c38ca15fae | |
| parent | ce97e9194c5be3b02c24b4e095bb219f41874011 (diff) | |
SQL: Fix up my failure at 2014_09_11_00_world_conditions.sql
| -rw-r--r-- | sql/updates/world/2014_09_11_00_world_conditions.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_09_11_00_world_conditions.sql b/sql/updates/world/2014_09_11_00_world_conditions.sql index bd788917487..c66d570900a 100644 --- a/sql/updates/world/2014_09_11_00_world_conditions.sql +++ b/sql/updates/world/2014_09_11_00_world_conditions.sql @@ -1 +1 @@ -UPDATE `conditions` SET `ConditionValue1` = 46 WHERE `SourceEntry` AND `SourceTypeOrReferenceId` = 18 IN (63989, 63997, 63998);
+UPDATE `conditions` SET `ConditionValue1` = 46 WHERE `SourceEntry` IN (63989, 63997, 63998) AND `SourceTypeOrReferenceId` = 18;
|
