diff options
| author | Kitzunu <Kitzunu@users.noreply.github.com> | 2020-03-07 15:11:20 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-22 22:29:07 +0100 |
| commit | d9f74c2e402ec71fa0f5f0f3206ad3901ff0d436 (patch) | |
| tree | 99b564bd08d836dd4a6679c6721d4b6e2b26b92b | |
| parent | ff5828cef2c2d4efeebaa5b77feedccf2c6fa2d2 (diff) | |
DB/Quest: Add Missing requirements for Down the Violet Path
Closes #23851
(cherry picked from commit b4bb3f9b8bdf00485388de0485a7d9658869f448)
| -rw-r--r-- | sql/updates/world/master/2021_12_22_19_world_2020_03_07_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_22_19_world_2020_03_07_01_world.sql b/sql/updates/world/master/2021_12_22_19_world_2020_03_07_01_world.sql new file mode 100644 index 00000000000..7df5294c6cd --- /dev/null +++ b/sql/updates/world/master/2021_12_22_19_world_2020_03_07_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID` = 10729 WHERE `id` = 10733; |
