Sign in to follow this  
Followers 0
Daxter

[Accepted][Mists of Pandaria]: Don Carlos and Dr Rogers

2 posts in this topic

Title: Don Carlos and Dr Rogers
Bugtracker Link:


Patch Content:

 

See comments in patch

 

/*
Tracker:
Quest id:
There's an npc in zul'drak that gives a Tanaris quest, that shouldn't be happening
It's probably because the two NPCs have similar ids
*/


DELETE FROM `creature_queststarter` WHERE `id`=28126;
DELETE FROM `creature_queststarter` WHERE `id`=28125;
DELETE FROM `creature_questender` WHERE `id`=28126;
DELETE FROM `creature_questender` WHERE `id`=28125;

INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
(28126, 12513),
(28125, 12512);

INSERT INTO `creature_questender` (`id`, `quest`) VALUES
(28126, 12513),
(28125, 12512);

 

 

Edited by Daxter

Share this post


Link to post
Share on other sites

Greetings Daxter,

First of all I would like to thank you for your submission. I apologize for the delay in the answer, but know that it has been applied on our test realms and will be shipped to Garrosh soon !

You will be able to follow that by checking our MOP Live changelog, which will include an entry on this specific issue.

Thanks again, I wish you a nice day on Firestorm.
Kind regards,
Pantoufle

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