diff options
author | Gacko <gacko28@gmx.de> | 2012-12-27 22:11:25 +0100 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2012-12-27 22:12:29 +0100 |
commit | 007461b6d8112a36b792aef990e05a94c192637d (patch) | |
tree | fbfcbe1e2fe2e08b65e22a21d0be32e75a3685e6 /sql | |
parent | 873aa5f2a737614a69d9238faa0af3a0991a4ce9 (diff) |
DB/Quest: The Shadow's Vault questline. Thx @Exodius
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2012_12_27_00_world_the_shadows_vault.sql | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_27_00_world_the_shadows_vault.sql b/sql/updates/world/2012_12_27_00_world_the_shadows_vault.sql new file mode 100644 index 00000000000..96d176d6d1b --- /dev/null +++ b/sql/updates/world/2012_12_27_00_world_the_shadows_vault.sql @@ -0,0 +1,18 @@ +-- If He Cannot Be Turned (12896 + 12897) +UPDATE `quest_template` SET `PrevQuestId`=12893 WHERE `Id` IN (12896,12897); +-- Get the Key (12949) +UPDATE `quest_template` SET `PrevQuestId`=12939 WHERE `Id`=12949; +-- Leave Our Mark (12995) +UPDATE `quest_template` SET `PrevQuestId`=13084 WHERE `Id`=12995; +-- Vandalizing Jotunheim (13084) / Crush Dem Vrykuls! (12992) +UPDATE `quest_template` SET `NextQuestId`=13085,`ExclusiveGroup`=-13085 WHERE `Id` IN (13084,12992); +-- Intelligence Gathering (12838) / From Their Corpses, Rise! (12813) +UPDATE `quest_template` SET `PrevQuestId`=12807 WHERE `Id` IN (12838,12813); +-- No Fly Zone (12815) +UPDATE `quest_template` SET `PrevQuestId`=12814 WHERE `Id`=12815; +-- Eliminate the Competition (12955) +UPDATE `quest_template` SET `PrevQuestId`=12938 WHERE `Id`=12955; +-- Deep in the Bowels of The Underhalls (13042) +UPDATE `quest_template` SET `PrevQuestId`=12999 WHERE `Id`=13042; +-- Battle at Valhalas: Fallen Heroes (13214) +UPDATE `quest_template` SET `PrevQuestId`=13213 WHERE `Id`=13214; |