summaryrefslogtreecommitdiff
path: root/npc/functions/mobhunter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/mobhunter.txt')
-rw-r--r--npc/functions/mobhunter.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt
index e3cf0d4d1..c80683410 100644
--- a/npc/functions/mobhunter.txt
+++ b/npc/functions/mobhunter.txt
@@ -15,7 +15,7 @@ function script GHQ_GetQuestIDByMonsterID {
case Scorpion:
return 3;
break;
- case Mouboo:
+ case ForestMushroom:
return 4;
break;
default:
@@ -40,7 +40,7 @@ function script GHQ_GetMonsterIDByQuestID {
return Scorpion;
break;
case 4:
- return Mouboo;
+ return ForestMushroom;
break;
default:
debugmes "Invalid quest ID: " + getarg(0);