Minor Fixes v14 (Mount Hyjal) *** work in progress 07/07/2021 ***

Stiga

Gold Supporter
Veteran Member
66
2020
123
Location
France
Quest

https://www.wowhead.com/quest=25758/a-gap-in-their-armor -- quest loot missing https://www.wowhead.com/item=55809/twilight-armor-plate from https://www.wowhead.com/npc=41030/twilight-dragonkin-armorer
Not important as armor items are also on the ground.

SQL:
-- https://www.wowhead.com/item=55809/twilight-armor-plate from https://www.wowhead.com/npc=41030/twilight-dragonkin-armorer -- loot missing for quest https://www.wowhead.com/quest=25758/a-gap-in-their-armor
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (41030, 55809, -100, 1, 0, 1, 1);

https://www.wowhead.com/quest=25299/mental-training-speaking-the-truth-to-power -- item not working https://www.wowhead.com/item=52828/orb-of-ascension

SQL:
-- https://www.wowhead.com/quest=25299/mental-training-speaking-the-truth-to-power -- item not working https://www.wowhead.com/item=52828/orb-of-ascension
UPDATE quest_template SET RequiredNpcOrGoCount1 = 0 WHERE id=25299 -- value was 10 temp fix as item not working
 
Last edited:
Top