What's new

BUG Quest: Cave Medicine (Storm Peaks)

sputnik1

Gold Supporter
Silver Supporter
MoP Premium
Senior User
206
2017
12
[Name, Type] Cave Medicine, quest
•[What it does] Unable to obtain the Toxin Gland as all of the Jurmungar in the cave are dead, but still move around
•[What it should do] Should be able to kill Jurmungar in the cave until a gland drops
 

pedroevil51

Gold Supporter
Senior User
155
2017
1
I Had fixed this quest for my server a while ago, here's the query.
UPDATE `creature_template` SET `unit_flags` = 768 WHERE `entry` = 30148;
UPDATE `creature_template` SET `unit_flags` = 768 WHERE `entry` = 29390;
UPDATE `creature_template` SET `unit_flags` = 768 WHERE `entry` = 29605;
UPDATE `creature_template` SET `unit_flags` = 768 WHERE `entry` = 30422;
UPDATE `creature_template` SET `unit_flags` = 768 WHERE `entry` = 30164;
 
Top