diff options
| author | Manuel Carrasco <manue.l@live.com.ar> | 2012-01-22 03:45:51 -0300 |
|---|---|---|
| committer | Manuel Carrasco <manue.l@live.com.ar> | 2012-01-22 03:45:51 -0300 |
| commit | 78daae91b21ae8705750a253cb9c6eef02a80815 (patch) | |
| tree | f164c4da2f64cdb2794b5616136fdfda19f05778 | |
| parent | 2f2304e0c23c7e74bfb03006952211af6a4c77c2 (diff) | |
SQL/Conditions: Fixed typo, it must 23324 instead of 23342. Author: Aokromes
| -rw-r--r-- | sql/updates/world/2012_01_22_01_world_conditions.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_22_01_world_conditions.sql b/sql/updates/world/2012_01_22_01_world_conditions.sql new file mode 100644 index 00000000000..9aaea4f8ac1 --- /dev/null +++ b/sql/updates/world/2012_01_22_01_world_conditions.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `SourceGroup`=23324 WHERE `SourceTypeOrReferenceId`=1 AND `SourceGroup`=23342; |
