summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-06-10 15:44:24 -0300
committerJesusaves <cpntb1@ymail.com>2021-06-10 15:44:24 -0300
commit2f2ea55b50e8046846cc27ebcc3433ed7ecd5f27 (patch)
tree830ddeceacce9933e863c5902fddd5c59aa91a19 /npc/functions
parent71bff464d4f33a7191768f91eb4d781a591c39bd (diff)
downloadserverdata-2f2ea55b50e8046846cc27ebcc3433ed7ecd5f27.tar.gz
serverdata-2f2ea55b50e8046846cc27ebcc3433ed7ecd5f27.tar.bz2
serverdata-2f2ea55b50e8046846cc27ebcc3433ed7ecd5f27.tar.xz
serverdata-2f2ea55b50e8046846cc27ebcc3433ed7ecd5f27.zip
Fix a couple typos on Valon, which resulted in wrong monster being reported
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/quests.txt2
1 files changed, 1 insertions, 1 deletions
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;
}