diff options
Diffstat (limited to 'npc/029-1/valon.txt')
-rw-r--r-- | npc/029-1/valon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/029-1/valon.txt b/npc/029-1/valon.txt index 9c5053a2..15d4ed29 100644 --- a/npc/029-1/valon.txt +++ b/npc/029-1/valon.txt @@ -88,7 +88,7 @@ L_NewMob: L_QuestStarted: mesn; mesq l("Hail adventurer! You are well on your way to mastering the beasts of the island."); - mesq l("You need to kill %s: %d/%d.", getmonsterlink(@valon_mob), @valon_count, $@ValonMobCnt[@valon_mob]); + mesq l("You need to kill %s: %d/%d.", getmonsterlink($@ValonMob[@valon_mob]), @valon_count, $@ValonMobCnt[@valon_mob]); mesq l("\"Come back and see me when the job is done.\""); close; |