Skip to content

Commit

Permalink
Update Jinkus_Felligan.lua
Browse files Browse the repository at this point in the history
There is no reason to hand Jinkus the Vial of Dakura Ink back on the final hand-in.  He only requests the List of Qeynos Most Wanted.  Removed Dakura Ink from final hand-in. Quest should be working correctly now.
  • Loading branch information
Drogerin committed Jun 14, 2019
1 parent 70bae41 commit 024d4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halas/Jinkus_Felligan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function event_trade(e)
e.self:Say("Good, now you must take this wanted poster i made to Guard Eracon Krengon in Southern Qeynos. Bring me back the Most Wanted List...");
e.other:SummonItem(12620); --Wanted Poster
e.other:Ding();
elseif(item_lib.check_turn_in(e.trade, {item1 = 12622, item2 = 12619})) then --List of Qeynos Most Wanted
elseif(item_lib.check_turn_in(e.trade, {item1 = 12622})) then --List of Qeynos Most Wanted
e.self:Say("Fantastic, Fantastic... Here you have more than proven your right to wear this. Use it wisely...");
e.other:SummonItem(1376); --Initiate Symbol of the Tribunal
e.other:Faction(5002,2); --Banker
Expand Down

0 comments on commit 024d4db

Please sign in to comment.