Sign in to follow this  
Followers 0
Onezero

[Warlords of Draenor] HUDSON BARNES

4 posts in this topic

Bugtracker: https://firestorm-servers.com/en/report/see_report/11202

npc=54021

INSERT INTO `creature_queststarter` (id, quest)
VALUES ('54021', '29402');
-- Inserts quest=29402 in the NPC as it's not available 
INSERT INTO `creature_queststarter` (id, quest)
VALUES ('54021', '29403');
-- Inserts quest=29403 in the NPC as it's not available

INSERT INTO `creature_questender` (id, quest)
VALUES ('54021', '29399');
-- Inserts quest=29399 in the end as it's not available
INSERT INTO `creature_questender` (id, quest)
VALUES ('54021', '29402');
-- Inserts quest=29402 in the end as it's not available 

Share this post


Link to post
Share on other sites

Please add this. Thx @Onezero that you add this script to forum.

Share this post


Link to post
Share on other sites

Hay there, this Patch wont fix his position and he got the start and end Quests already. :) I'll move the NPC to his correct position.

Share this post


Link to post
Share on other sites
1 hour ago, Mikrole said:

Hay there, this Patch wont fix his position and he got the start and end Quests already. :) I'll move the NPC to his correct position.

Thank you @Mikrole.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0