diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-20 09:49:00 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-20 09:49:00 +0000 |
commit | 7b2b029f3b6a57251927586daf407b7315b5b5ef (patch) | |
tree | d8e9b8993b781a098e5747cfc889232af4250e18 /data | |
parent | 29584da1d080db6d9a642cd038add63fef3e0b5d (diff) |
chore(DB): import pending files
Referenced commit(s): 29584da1d080db6d9a642cd038add63fef3e0b5d
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/db_world/2025_09_20_01.sql (renamed from data/sql/updates/pending_db_world/rev_1757860823237473326.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1757860823237473326.sql b/data/sql/updates/db_world/2025_09_20_01.sql index c647a06ed3..487710c87e 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; |