Trinitycore: [3.3.5] DB/Midsummer: fix availability for the "Striking Back" daily quests

Created on 22 Jun 2016  路  2Comments  路  Source: TrinityCore/TrinityCore

Description: the "Striking Back" daily quests should only become available after completing the quest "Inform the Elder" (source).

Only one of those daily quests should be available at a given time. based on the character's level. When the character levels up and is eligible for another version of the daily, the previous versions become unobtainable. Same source as above.

Branch(es): 3.3.5

TC hash/commit: 291a264

TDB version: 335.61

Suggested fix:

UPDATE `quest_template_addon` SET `MaxLevel`=28 WHERE `ID`=11917;
UPDATE `quest_template_addon` SET `MaxLevel`=38 WHERE `ID`=11947;
UPDATE `quest_template_addon` SET `MaxLevel`=48 WHERE `ID`=11948;
UPDATE `quest_template_addon` SET `MaxLevel`=55 WHERE `ID`=11952;
UPDATE `quest_template_addon` SET `MaxLevel`=63 WHERE `ID`=11953;
UPDATE `quest_template_addon` SET `PrevQuestId`=12012 WHERE `ID` IN (11917, 11947, 11948, 11952, 11953);
--
Branch-3.3.5a Comp-Database

Most helpful comment

I'm working to fix all spawns and quests for this event, I will push it soon.

All 2 comments

I'm working to fix all spawns and quests for this event, I will push it soon.

Ha me too @Killyana , what did you sniff already?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Blasphemous picture Blasphemous  路  3Comments

funjoker picture funjoker  路  3Comments

Tatara902 picture Tatara902  路  3Comments

Rushor picture Rushor  路  3Comments

cbcs picture cbcs  路  3Comments