Bug quest amberwinds journal 7.02 fix

eyerobot

Gold Supporter
Superior Member
917
2015
22
Location
Barryton Michigan USA
[Name, Type] azshara, amberwinds journal, horde
[What it does] Kill the lorekeeper to get the item, then turn it in at the scrying stone, the stone doesnt work.
[What it should do] turn in at the scrying stone.

http://www.wowhead.com/quest=14428/amberwinds-journal
https://www.youtube.com/watch?v=90TKzjiWqBE&ytbChannel=Finom

upper scrying stone fix for quest associations
Code:
REPLACE INTO `gameobject_involvedrelation` (`id`, `quest`) VALUES (196832, 14428);
Code:
REPLACE INTO `gameobject_questrelation` (`id`, `quest`) VALUES (196832, 14429);
 
Top