From cef5d795a09a94f1b6dfc2788c4a379ce01a9ccd Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Thu, 27 Oct 2016 22:38:18 +0200 Subject: Core/Conditions: merge CONDITION_SOURCE_TYPE_QUEST_SHOW_MARK with CONDITION_SOURCE_TYPE_QUEST_ACCEPT. (#18151) --- sql/updates/world/3.3.5/2016_10_27_06_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_27_06_world.sql (limited to 'sql') 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; -- cgit v1.2.3