diff options
author | sogladev <sogladev@gmail.com> | 2025-09-27 04:14:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-26 23:14:41 -0300 |
commit | eb766267ca1b971da483f549f134c25b33dfaa6a (patch) | |
tree | 72ab5c3746dbe3f0eee6060dbf5ea8f9cd668868 /data | |
parent | 74f10db25c7473a0d1e3f0640583ceab71d529e0 (diff) |
fix(DB/Quest): add prerequisite to Catching up with Brann quest (#23028)
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/pending_db_world/rev_1758919967448732024.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1758919967448732024.sql b/data/sql/updates/pending_db_world/rev_1758919967448732024.sql new file mode 100644 index 0000000000..bf5be74d00 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1758919967448732024.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID` = 12917 WHERE (`ID` = 12920); |