From 2f2ea55b50e8046846cc27ebcc3433ed7ecd5f27 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Jun 2021 15:44:24 -0300 Subject: Fix a couple typos on Valon, which resulted in wrong monster being reported --- npc/functions/quests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/quests.txt b/npc/functions/quests.txt index 657b7eff..4706a517 100644 --- a/npc/functions/quests.txt +++ b/npc/functions/quests.txt @@ -51,7 +51,7 @@ function script ResetValonCntMask { function script ValonProgress { ValonCount(); if ((getq(CandorQuest_Valon) > 1) && (getq(CandorQuest_Valon) < 6)) - message strcharinfo(0), $@ValonMobName$[@valon_mob] + ": " + @valon_count + "/" + $@ValonMobCnt[@valon_mob]; + message strcharinfo(0), getmonsterinfo($@ValonMob[@valon_mob], MOB_NAME) + ": " + @valon_count + "/" + $@ValonMobCnt[@valon_mob]; return; } -- cgit v1.2.3-60-g2f50