PDA

View Full Version : West Freeport Warrior Newbie Tattered Note fix


irongut_av
06-28-2021, 12:37 AM
Recently installed a server for testing and found that the turn in id for the tattered note for warriors in west freeport is set to the necromancer's note instead of the warrior.

Update this line of code from quests/freportw/Cain_Darkmoore.lua

elseif(item_lib.check_turn_in(e.trade, {item1 = 18742})) then -- A Tattered Note


to this

elseif(item_lib.check_turn_in(e.trade, {item1 = 18748})) then -- A Tattered Note


If there's a process for updating quests for review without posting here please let me know.

The updated version of freeport's version is already correct.

N0ctrnl
06-28-2021, 01:02 PM
Could PR it against the PEQ repo.

https://github.com/ProjectEQ/projecteqquests

irongut_av
06-28-2021, 01:14 PM
Thanks, I'll update any quests there from now on.