diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-10-29 23:41:10 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-10-29 23:41:10 +0100 |
commit | cd8e9dfb5213f6e299065cc1f87535a26c2f2936 (patch) | |
tree | b4c242897a89072179faa00eb5ddcd42b6fca7aa | |
parent | 5ff16046b67f7b03b167c4cdcb39022b3c8dc06c (diff) |
DB/Conditions: update ItemEquipped Condition2/3 values to 0
-rw-r--r-- | sql/updates/world/2012_10_29_00_world_conditions.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_10_29_00_world_conditions.sql b/sql/updates/world/2012_10_29_00_world_conditions.sql new file mode 100644 index 00000000000..d1fac5361fb --- /dev/null +++ b/sql/updates/world/2012_10_29_00_world_conditions.sql @@ -0,0 +1,2 @@ +-- fix bad condition2/3 values on ItemEquip Conditions +UPDATE `conditions` SET `ConditionValue2`=0,`ConditionValue3`=0 WHERE `ConditionTypeOrReference`=3; |