diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-11 11:46:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-11 11:46:57 -0300 |
commit | 5a74b05a113c5d0eea21c3d061f44c72f1df2ff7 (patch) | |
tree | ba1fce51143e1a1e76c4789531a44985739cb4bd /npc/016-1 | |
parent | 964018501cd9c86790ff206692500841056733d1 (diff) | |
download | serverdata-5a74b05a113c5d0eea21c3d061f44c72f1df2ff7.tar.gz serverdata-5a74b05a113c5d0eea21c3d061f44c72f1df2ff7.tar.bz2 serverdata-5a74b05a113c5d0eea21c3d061f44c72f1df2ff7.tar.xz serverdata-5a74b05a113c5d0eea21c3d061f44c72f1df2ff7.zip |
The meaning of addtoskill is different here; Make a wrapper
Diffstat (limited to 'npc/016-1')
-rw-r--r-- | npc/016-1/gwendolyn.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/016-1/gwendolyn.txt b/npc/016-1/gwendolyn.txt index 87ad8031..ae2da9d7 100644 --- a/npc/016-1/gwendolyn.txt +++ b/npc/016-1/gwendolyn.txt @@ -419,7 +419,7 @@ L_target_hit: .@Q_hawkseye = 6; callsub S_Update_Var; - addtoskill SKILL_MALLARDS_EYE, 1; + updateskill SKILL_MALLARDS_EYE, 1; getexp .QUEST_HAWK_EXP, 0; mes "\"You proved that you are worthy to call yourself a graduate of the School of Archery.\""; |