Sign in to follow this  
Followers 0
Florix

[Accepted][Legion]: Fuel of a Doomed World

2 posts in this topic

Title: Fuel of a Doomed World
Bugtracker Link:


Patch Content:

The issue is following: the quest have 2 quest enders, but only one of them has the ender in the DB which is only 1x spawned. the other NPC without the ender is 2x spawned.
3 Vindicaars -> 2 without ender, players get confused and think the quest is bugged which works fine. 
Note for players until the patch gets applied: The working ender NPC is in the Vindicaar at Antoran Wastes.
Fix:

 

DELETE FROM `creature_questender` WHERE `id`= IN ('124312','126954') AND `quest` IN ('48799');
INSERT INTO `creature_questender` (`id`,`quest`) VALUES 
('124312','48799'),
('126954','48799');

 

Share this post


Link to post
Share on other sites

Greetings Florix,

Thank you for submitting the patch, I will apply it on Sylvanas!

Regards, Thyvene.

1 person likes this

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0