From c289e486c79f99792542e55120931d65ddd3d788 Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Tue, 2 Jul 2019 00:16:41 -0300
Subject: Report monster level on GHQ too

---
 npc/functions/mobhunter.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'npc')

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
-- 
cgit v1.2.3-70-g09d2