diff options
| author | Aokromes <aokromes@gmail.com> | 2017-05-26 14:19:50 +0200 |
|---|---|---|
| committer | Aokromes <aokromes@gmail.com> | 2017-05-26 14:19:50 +0200 |
| commit | 6b2e262eb4ecb7323eabd3ddf4d24cb31cbb5775 (patch) | |
| tree | e4c1ae677ade1efeb358fad5b76195f508384513 /sql | |
| parent | 1c2e2de23f793a83db9b8799340d2fd339e84f2d (diff) | |
Core/Conditions: merge CONDITION_SOURCE_TYPE_QUEST_SHOW_MARK with CONDITION_SOURCE_TYPE_QUEST_ACCEPT.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_05_26_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_05_26_00_world.sql b/sql/updates/world/master/2017_05_26_00_world.sql new file mode 100644 index 00000000000..69cecfcad8a --- /dev/null +++ b/sql/updates/world/master/2017_05_26_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=20; |
