diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-02-17 14:18:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-17 14:18:05 +0100 |
commit | 8b97aff72c54c17c8983e9e9f893c943fe2d27dd (patch) | |
tree | 3cb5ce0f2f3cf54ea5d105ae0eaea8164cc0bde9 | |
parent | 20358a5722eaee4d2b01a2808b7e919b98133fbe (diff) |
DB/Quest: The Brothers Bronzebeard must have The Master Explorer
closes #29710 by
-rw-r--r-- | sql/updates/world/3.3.5/2024_02_17_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_02_17_02_world.sql b/sql/updates/world/3.3.5/2024_02_17_02_world.sql new file mode 100644 index 00000000000..b0154855200 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_17_02_world.sql @@ -0,0 +1,2 @@ +-- The Brothers Bronzebeard must have The Master Explorer +UPDATE `quest_template_addon` SET `PrevQuestID`=12880 WHERE id IN (12973,13417); |