Sign in to follow this  
Followers 0
Florix

[Accepted][Shadowlands]: Beastmaster Tagh

1 post in this topic

Title: Beastmaster Tagh
Bugtracker Link:


Patch Content:

NPC missing 3 Quests.

 

Patch Content:

https://www.wowhead.com/npc=80833/beastmaster-tagh

https://www.wowhead.com/quest=34108/wanted-kiluun

https://www.wowhead.com/quest=34106/wanted-ratok-the-hammer

https://www.wowhead.com/quest=34107/wanted-hilaani

 

DELETE FROM `creature_queststarter` WHERE `id`='80833';
INSERT INTO `creature_queststarter` (`id`,`quest`) VALUES
('80833','34106'),
('80833','34108'),
('80833','34107');
DELETE FROM `creature_questender` WHERE `id`='80833';
INSERT INTO `creature_questender` (`id`,`quest`) VALUES
('80833','34106'),
('80833','34108'),
('80833','34107');
UPDATE `creature_template` SET `npcflag`='3' WHERE `entry`='80833';

 

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