View Single Post
  #1  
Old 06-28-2021, 12:37 AM
irongut_av's Avatar
irongut_av
Fire Beetle
 
Join Date: Sep 2018
Posts: 20
Default West Freeport Warrior Newbie Tattered Note fix

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.
Reply With Quote