diff options
author | nelegalno <nelegalno@trinity.contrib> | 2013-01-03 22:46:35 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-01-03 22:46:35 +0100 |
commit | 9ba2c90c2d68dc65684a9ef607faf2d1f3fb1b1c (patch) | |
tree | b65cb9c9f426d33922f24417d9c322fa9217f484 | |
parent | fd052dedc62df544ae3b67ffd6ceae5c6c197cdf (diff) |
DB/Quest: fix some quest linking for Winter Veil
-rw-r--r-- | sql/updates/world/2013_01_03_13_world_quest_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_03_13_world_quest_template.sql b/sql/updates/world/2013_01_03_13_world_quest_template.sql new file mode 100644 index 00000000000..12adb1e94ba --- /dev/null +++ b/sql/updates/world/2013_01_03_13_world_quest_template.sql @@ -0,0 +1,3 @@ +UPDATE `quest_template` SET `PrevQuestId`=7022 WHERE `Id`=7025; -- Treats for Greatfather Winter (7025) Alliance version +UPDATE `quest_template` SET `RequiredRaces`=690,`PrevQuestId`=7021 WHERE `Id`=6962; -- Treats for Great-father Winter (6962) Horde version +UPDATE `quest_template` SET `ExclusiveGroup`=7021 WHERE `Id`=6961; -- Great-father Winter is Here! |