diff options
| author | Shauren <shauren.trinity@gmail.com> | 2019-07-21 13:20:24 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2019-07-21 13:20:24 +0200 |
| commit | adc82b78f702819a5b5445f303e6dc4f0df5dbfa (patch) | |
| tree | 844fb1ede2104f24113bd3bd9a34369f0fe75b75 /sql | |
| parent | 81d402446fda7a484133e4d3e00231c834c09803 (diff) | |
Core/Conditions: Synchronize condition types between branches
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_21_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_21_01_world.sql b/sql/updates/world/3.3.5/2019_07_21_01_world.sql new file mode 100644 index 00000000000..7b6de70c1e1 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_21_01_world.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `ConditionTypeOrReference`=50 WHERE `ConditionTypeOrReference`=49; |
