diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 23:31:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 23:31:22 -0300 |
commit | cc8013290c6b0084921a316cb67d74b64618735a (patch) | |
tree | d6f7a3457972e453804403c75517d6d9fee2632b /npc/003-1 | |
parent | 9d928e69ef971c09371613d7447d6a64d89f44e7 (diff) | |
download | serverdata-cc8013290c6b0084921a316cb67d74b64618735a.tar.gz serverdata-cc8013290c6b0084921a316cb67d74b64618735a.tar.bz2 serverdata-cc8013290c6b0084921a316cb67d74b64618735a.tar.xz serverdata-cc8013290c6b0084921a316cb67d74b64618735a.zip |
Missing argument
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/hasan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 5dc552306..6882dcc59 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -105,7 +105,7 @@ L_Complete: mesn l("Summary"); mes l("Scorpions killed: @@/@@ scorpions", getq2(SQuest_Autumn), $HASAN_ST); mes l("Total money collected: @@ GP", $HASAN_LT); - mes l("##2Your prize: @@ GP", ); + mes l("##2Your prize: @@ GP", .@p); if (getq2(SQuest_Autumn) > 20) getexp (getq2(SQuest_Autumn)/20), 0; if (.@p >= 1) |