From 2391f454c74d0cfb51235ee3ef288ad36d2c4e1b Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sat, 7 May 2022 23:37:04 +0200 Subject: [PATCH] fix(DB/Spells): Fixed phasing after quest "A Spark of Hope". (#11662) Fixes #11634 --- data/sql/updates/pending_db_world/rev_1651916297606648500.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1651916297606648500.sql diff --git a/data/sql/updates/pending_db_world/rev_1651916297606648500.sql b/data/sql/updates/pending_db_world/rev_1651916297606648500.sql new file mode 100644 index 000000000..608774957 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1651916297606648500.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_area` SET `quest_start`=12924 WHERE `spell`=55858;