summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-13 13:18:38 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-13 13:18:38 -0300
commitaceef3c0250ec65ca4d616500a8b202ca7a573dc (patch)
tree7a46a8bba8ac72ac3a3303ed8ad16ad74b0a72b0
parent7468e4e043a2a1d907a885157f0c7b5d44b43c03 (diff)
downloadserverdata-aceef3c0250ec65ca4d616500a8b202ca7a573dc.tar.gz
serverdata-aceef3c0250ec65ca4d616500a8b202ca7a573dc.tar.bz2
serverdata-aceef3c0250ec65ca4d616500a8b202ca7a573dc.tar.xz
serverdata-aceef3c0250ec65ca4d616500a8b202ca7a573dc.zip
typo
-rw-r--r--npc/017-1/pet_detective.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt
index 1b9d6a6e3..2eb1d47e9 100644
--- a/npc/017-1/pet_detective.txt
+++ b/npc/017-1/pet_detective.txt
@@ -56,7 +56,7 @@ L_Menu:
if (askyesno() == ASK_YES) {
if (countitem(MushroomSpores) >= .@price && .stock) {
delitem MushroomSpores, .@price;
- makeegg ForestMushroom;
+ makepet ForestMushroom;
getexp .@price*100, 0;
PETMEMO[GHQ_GetQuestIDByMonsterID(ForestMushroom)]+=1;
.stock-=1;