summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-01 12:36:50 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-01 12:36:50 -0300
commita5183a38dd8d74fd1eb52b6f78236b725dcb9a87 (patch)
treeed5e414e7b0fd8035eecbc4d47d1228464d9240c /npc/functions
parent7242d6b1599b876334f70495c743ed35788f0625 (diff)
downloadserverdata-a5183a38dd8d74fd1eb52b6f78236b725dcb9a87.tar.gz
serverdata-a5183a38dd8d74fd1eb52b6f78236b725dcb9a87.tar.bz2
serverdata-a5183a38dd8d74fd1eb52b6f78236b725dcb9a87.tar.xz
serverdata-a5183a38dd8d74fd1eb52b6f78236b725dcb9a87.zip
Prepare GHQ: Scorpions. But no NPC assign this yet.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/mobhunter.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt
index e11a08559..ac4fd4250 100644
--- a/npc/functions/mobhunter.txt
+++ b/npc/functions/mobhunter.txt
@@ -40,6 +40,9 @@ function GHQ_GetQuestIDByMonsterID {
case Snake:
return 2;
break;
+ case Scorpion:
+ return 3;
+ break;
default:
debugmes "Invalid mob ID: " + getarg(0);
dispbottom l("ERROR, Please report: GHQ GQID: Invalid ID: @@", getarg(0));