mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Quest: fix some quest linking for Winter Veil
This commit is contained in:
3
sql/updates/world/2013_01_03_13_world_quest_template.sql
Normal file
3
sql/updates/world/2013_01_03_13_world_quest_template.sql
Normal file
@@ -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!
|
||||
Reference in New Issue
Block a user