diff options
| author | kandera <kanderacutie@hotmail.com> | 2012-04-26 10:16:57 -0300 |
|---|---|---|
| committer | kandera <kanderacutie@hotmail.com> | 2012-04-26 10:16:57 -0300 |
| commit | 0bd368db36b0f5c753284aa2a56033560d266fe7 (patch) | |
| tree | 9964d78e4903bfd892656247060b1b33a03b18e0 | |
| parent | aee77546e9a0be3a2d779d92aff7618732737a91 (diff) | |
DB/Conditions: fix conditions where claues from previous commit
| -rw-r--r-- | sql/updates/world/2012_04_26_00_world_conditions.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_04_26_00_world_conditions.sql b/sql/updates/world/2012_04_26_00_world_conditions.sql index 943fe386085..8d525cad057 100644 --- a/sql/updates/world/2012_04_26_00_world_conditions.sql +++ b/sql/updates/world/2012_04_26_00_world_conditions.sql @@ -1 +1 @@ -UPDATE `conditions` SET `ElseGroup` = 0, `SourceGroup` = 0 WHERE `SourceEntry` IN (46485,46488) AND `ConditionValue2` = 26817; +UPDATE `conditions` SET `ElseGroup` = 0, `SourceGroup` = 0 WHERE `SourceEntry` IN (46485,46488); |
