diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-24 03:38:17 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-03 21:59:15 +0100 |
| commit | 757f2c19859032ddbf908b4e6c85c90779755fb1 (patch) | |
| tree | e72a39c2cdff2bd5d283655af9dbbbcff4cd0591 | |
| parent | 42824f30f3cd12fd3c9a5201dee399c755622ce2 (diff) | |
DB/Quest: The Legion Reborn and Know your Enemy require completion of Force Commander Danath.
(cherry picked from commit b55d84483f61eb55ff90918e7173702770409730)
| -rw-r--r-- | sql/updates/world/master/2017_03_03_04_world_2016_09_24_03_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_03_04_world_2016_09_24_03_world.sql b/sql/updates/world/master/2017_03_03_04_world_2016_09_24_03_world.sql new file mode 100644 index 00000000000..6d6de7a77cd --- /dev/null +++ b/sql/updates/world/master/2017_03_03_04_world_2016_09_24_03_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `quest_template_addon` WHERE `ID` IN (10141, 10160); +INSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`) VALUES +(10141, 10254), +(10160, 10254); |
