Skip to content

Commit

Permalink
Update Ganelorn_Oast.pl
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
TurmoilToad authored Jan 14, 2022
1 parent 8304338 commit fdbdf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eastkarana/Ganelorn_Oast.pl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sub EVENT_ITEM {
quest::exp(1000);
}
#:: Match a 20882 - Poacher's Head
elsif (plugin::check_handin(\%itemcount, 20882 => 1)) {
elsif (plugin::takeItems(20882 => 1)) {
quest::say("You, $name, are a worthy forester. It brings me great pride to present you this scroll that I have only passed to the finest in all of Norrath. Now you, too, may call the flames.");
#:: Give a 15691 - Spell: Call of Flame
quest::summonitem(15691);
Expand Down

0 comments on commit fdbdf51

Please sign in to comment.