diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-08-19 14:44:09 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-08-19 14:44:09 +0200 |
commit | 11e2bf2b145fc02a091dcd6f24323cfd2ace7d2e (patch) | |
tree | 38bf7eb359522f1e120a49890627dad2d25348e7 | |
parent | 8b9d18f29ca5febf27328634ef1323ea890b40c4 (diff) |
DB/Quest: "Shady Rest Inn" Quest Chain (Alliance)
Closes #22273
-rw-r--r-- | sql/updates/world/3.3.5/2018_08_19_00_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_08_19_00_world_335.sql b/sql/updates/world/3.3.5/2018_08_19_00_world_335.sql new file mode 100644 index 00000000000..9e9730a0d1f --- /dev/null +++ b/sql/updates/world/3.3.5/2018_08_19_00_world_335.sql @@ -0,0 +1,3 @@ +-- +UPDATE `quest_template_addon` SET `ExclusiveGroup`=-11144, `NextQuestID`=11149 WHERE `ID` IN (11144,11148); -- Quests "Confirming the Suspicion" / "Arms of the Grimtotems" +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=11149; -- Quest "Tabetha's Assistance" |