From 6c0c075f16efcebdcb8265df27475c54acc5610b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 Sep 2018 12:48:29 -0300 Subject: Miler is now part of GHQ (pretty basic reward, could use something else?) --- npc/functions/mobhunter.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/functions/mobhunter.txt') diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt index a2e088ba8..7030d28ef 100644 --- a/npc/functions/mobhunter.txt +++ b/npc/functions/mobhunter.txt @@ -21,6 +21,9 @@ function script GHQ_GetQuestIDByMonsterID { case Pinkie: return 5; break; + case Moggun: + return 6; + break; default: debugmes "Invalid mob ID: " + getarg(0); dispbottom l("ERROR, Please report: GHQ GQID: Invalid ID: @@", getarg(0)); @@ -48,6 +51,9 @@ function script GHQ_GetMonsterIDByQuestID { case 5: return Pinkie; break; + case 6: + return Moggun; + break; default: debugmes "Invalid quest ID: " + getarg(0); dispbottom l("ERROR, Please report: GHQ GMID: Invalid ID: @@", getarg(0)); -- cgit v1.2.3-60-g2f50