From 7b2b029f3b6a57251927586daf407b7315b5b5ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Sep 2025 09:49:00 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 29584da1d080db6d9a642cd038add63fef3e0b5d --- .../rev_1757860823237473326.sql => db_world/2025_09_20_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1757860823237473326.sql => db_world/2025_09_20_01.sql} (97%) diff --git a/data/sql/updates/pending_db_world/rev_1757860823237473326.sql b/data/sql/updates/db_world/2025_09_20_01.sql similarity index 97% rename from data/sql/updates/pending_db_world/rev_1757860823237473326.sql rename to data/sql/updates/db_world/2025_09_20_01.sql index c647a06ed..487710c87 100644 --- a/data/sql/updates/pending_db_world/rev_1757860823237473326.sql +++ b/data/sql/updates/db_world/2025_09_20_01.sql @@ -1,3 +1,4 @@ +-- DB update 2025_09_20_00 -> 2025_09_20_01 -- Update gossip option 0 to show after completing quest The Frostborn King 12873 UPDATE `conditions` SET `ConditionTypeOrReference` = 8, `ConditionValue1` = 12873, `Comment` = 'Show frostborn test gossip only after completing quest The Frostborn King 12873' WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 9891 AND `SourceEntry` = 0 AND `ConditionValue1` = 12874;