diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-17 02:12:16 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-17 02:12:16 +0200 |
| commit | 345bed25d25d8e269fd7b863cd700d628a9500e0 (patch) | |
| tree | f8ae76778415e5c61b079774ad533412ca75eb40 | |
| parent | 8c10ffa62d1d9f6630eca22e2f37ce10deb2cf39 (diff) | |
DB/Conditions: Fix typo in conditions "Sealed Chest"
| -rw-r--r-- | sql/updates/world/2014_07_18_00_world_conditions.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_18_00_world_conditions.sql b/sql/updates/world/2014_07_18_00_world_conditions.sql new file mode 100644 index 00000000000..107402a631d --- /dev/null +++ b/sql/updates/world/2014_07_18_00_world_conditions.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `NegativeCondition`=0 WHERE `SourceEntry`=51315 AND `ConditionTypeOrReference`=3; |
