diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-11 06:24:01 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-11 06:24:01 +0200 |
commit | 4ce62b8a6673911ae2c468b7d5ee08cbdde67abd (patch) | |
tree | 6a346e2d27d263c45a9567640ff2b9fc0289a0bb | |
parent | 8934593e2d9db7739034b623e179f1cf627a8eb7 (diff) |
Remove BOM from 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 65c502ece07..17052ef159f 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` IN (63989, 63997, 63998);
+UPDATE `conditions` SET `ConditionValue1` = 46 WHERE `SourceEntry` IN (63989, 63997, 63998);
|