summaryrefslogtreecommitdiff
path: root/npc/functions/mobhunter.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-26 22:23:26 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-26 22:23:26 -0300
commit7b1e7d1540cf893d299bf471a23cab19e70e06df (patch)
tree2544fac217119b96c28979fb634d000ad69c5cec /npc/functions/mobhunter.txt
parent3d2a3d2fca54530614c134d61d555fa9d75fee63 (diff)
downloadserverdata-7b1e7d1540cf893d299bf471a23cab19e70e06df.tar.gz
serverdata-7b1e7d1540cf893d299bf471a23cab19e70e06df.tar.bz2
serverdata-7b1e7d1540cf893d299bf471a23cab19e70e06df.tar.xz
serverdata-7b1e7d1540cf893d299bf471a23cab19e70e06df.zip
Rebalance prices. Don't kill mouboos! :mou:
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);