diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-13 13:18:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-13 13:18:38 -0300 |
commit | aceef3c0250ec65ca4d616500a8b202ca7a573dc (patch) | |
tree | 7a46a8bba8ac72ac3a3303ed8ad16ad74b0a72b0 /npc | |
parent | 7468e4e043a2a1d907a885157f0c7b5d44b43c03 (diff) | |
download | serverdata-aceef3c0250ec65ca4d616500a8b202ca7a573dc.tar.gz serverdata-aceef3c0250ec65ca4d616500a8b202ca7a573dc.tar.bz2 serverdata-aceef3c0250ec65ca4d616500a8b202ca7a573dc.tar.xz serverdata-aceef3c0250ec65ca4d616500a8b202ca7a573dc.zip |
typo
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-1/pet_detective.txt | 2 |
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; |