Skip to content

Commit

Permalink
[Bug] Fix Tratlan Jowyr error
Browse files Browse the repository at this point in the history
  • Loading branch information
fryguy503 committed Nov 30, 2024
1 parent 1aaa06a commit 118959c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poknowledge/Tratlan_Jowyr.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sub EVENT_ITEM {
if(plugin::check_handin(\%itemcount, 15960 => 1)) {#The Reflecting Pools of Tanaan
quest::emote("leafs quickly through the book. 'Thank you, it will take quite some time to go through all the information here. Here is a little something for your troubles.'");
quest::summonitem(9321); #Fine Cut, Diamond Inlaid Mask
quest::gainexp(150000);#Can do at 30, giving 5% of 31 xp...gotta run to droga, bit of a pain.
quest::exp(150000);#Can do at 30, giving 5% of 31 xp...gotta run to droga, bit of a pain.
}

plugin::return_items(\%itemcount);
Expand Down

0 comments on commit 118959c

Please sign in to comment.