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
Code:
elseif(item_lib.check_turn_in(e.trade, {item1 = 18742})) then -- A Tattered Note
to this
Code:
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.