From 7b1e7d1540cf893d299bf471a23cab19e70e06df Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 26 Jun 2018 22:23:26 -0300 Subject: Rebalance prices. Don't kill mouboos! :mou: --- npc/functions/mobhunter.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions/mobhunter.txt') 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); -- cgit v1.2.3-70-g09d2