diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-27 22:38:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-27 22:38:18 +0200 |
| commit | cef5d795a09a94f1b6dfc2788c4a379ce01a9ccd (patch) | |
| tree | 229ec688def62e4ef355e559d00ab40154291a34 /sql | |
| parent | b52e774ccf324fbdce90f77b58b9b6efaa887ba9 (diff) | |
Core/Conditions: merge CONDITION_SOURCE_TYPE_QUEST_SHOW_MARK with CONDITION_SOURCE_TYPE_QUEST_ACCEPT. (#18151)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_27_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_27_06_world.sql b/sql/updates/world/3.3.5/2016_10_27_06_world.sql new file mode 100644 index 00000000000..69cecfcad8a --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_27_06_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=20; |
