From 2d8a1135020b65875f754a5718e5775237d49857 Mon Sep 17 00:00:00 2001 From: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:56:36 +0100 Subject: [PATCH] fix (DB/Condition): Remove pre-requisites for Playing Along quest. (#24825) Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> --- data/sql/updates/pending_db_world/Playing_Along.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/Playing_Along.sql diff --git a/data/sql/updates/pending_db_world/Playing_Along.sql b/data/sql/updates/pending_db_world/Playing_Along.sql new file mode 100644 index 000000000..f24dcc253 --- /dev/null +++ b/data/sql/updates/pending_db_world/Playing_Along.sql @@ -0,0 +1,2 @@ +-- Remove conditions +DELETE FROM `conditions` WHERE `SourceEntry` = 12528 AND `SourceTypeOrReferenceId` = 19 AND `ConditionValue1` = 12654;