summaryrefslogtreecommitdiff
path: root/npc/functions/mobhunter.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-02 00:16:41 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-02 00:16:41 -0300
commitc289e486c79f99792542e55120931d65ddd3d788 (patch)
treedb42653b7eb446c8c0a5a5e787e6d666391bf1c9 /npc/functions/mobhunter.txt
parent2d5f9307978b929b4e6a6096e1f78b1938f3cf23 (diff)
downloadserverdata-c289e486c79f99792542e55120931d65ddd3d788.tar.gz
serverdata-c289e486c79f99792542e55120931d65ddd3d788.tar.bz2
serverdata-c289e486c79f99792542e55120931d65ddd3d788.tar.xz
serverdata-c289e486c79f99792542e55120931d65ddd3d788.zip
Report monster level on GHQ too
Diffstat (limited to 'npc/functions/mobhunter.txt')
-rw-r--r--npc/functions/mobhunter.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt
index e52ad17b0..02bddab20 100644
--- a/npc/functions/mobhunter.txt
+++ b/npc/functions/mobhunter.txt
@@ -189,7 +189,7 @@ function script GHQ_Assign {
mes "";
mesn;
- mes l("I represent the @@ Hunters. We hunt @@.", .@loc$, getmonsterlink(.@mobId));
+ mes l("I represent the @@ Hunters. We hunt @@ (Lv @@).", .@loc$, getmonsterlink(.@mobId), strmobinfo(3, .@mobId));
if (.@prize$ != "")
mes l("The great prize is @@.", .@prize$);
else