Skip to content

Commit

Permalink
Update Iony_Gredlong.pl
Browse files Browse the repository at this point in the history
Adjusted reward to appropriate guild tunic.
  • Loading branch information
TurmoilToad committed Jan 15, 2020
1 parent 3c72989 commit aae622d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akanon/Iony_Gredlong.pl
Expand Up @@ -27,8 +27,8 @@ sub EVENT_ITEM {
#:: Match a 18775 - Tattered Note
if (plugin::takeItems(18775 => 1)) {
quest::say("Welcome to the Abbey of Deep Musing. Here you can train and raise your abilities to the peak of perfection. Take this tunic and wear it with pride. Return to me when you have become more experienced in our art, I will be able to further instruct you on how to progress through your early ranks, as well as in some of the various [trades] you will have available to you.");
#:: Reward 13522 - Worn Felt Tunic
quest::summonitem(13522);
#:: Reward 13517 - Worn Felt Tunic*
quest::summonitem(13517);
#:: Ding!
quest::ding();
#:: Set factions
Expand Down

0 comments on commit aae622d

Please sign in to comment.