diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-29 06:05:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-29 06:05:23 -0300 |
commit | 62c1a72a50dee7c02ad68536767e4824b2f36fc6 (patch) | |
tree | dca9fc33cc670ad9ffe18ad440ee8b834796c57e /npc | |
parent | edf3a89db881ad27994baf0ba6da5a8d144faf8f (diff) | |
download | serverdata-62c1a72a50dee7c02ad68536767e4824b2f36fc6.tar.gz serverdata-62c1a72a50dee7c02ad68536767e4824b2f36fc6.tar.bz2 serverdata-62c1a72a50dee7c02ad68536767e4824b2f36fc6.tar.xz serverdata-62c1a72a50dee7c02ad68536767e4824b2f36fc6.zip |
Piou requeriment updated
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 2e7c2da63..551d9491e 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -68,7 +68,7 @@ L_Menu: rif(PDQ_CheckGHQ(Duck) >= 10000 && !countitem(DuckEgg), l("Duck")), rif(PDQ_CheckGHQ(Bat) >= 10000 && !countitem(BatEgg), l("Bat")), rif(PDQ_CheckGHQ(Moggun) >= 10000 && !countitem(MoggunEgg), l("Moggun")), - rif(#LOGIN_ALLTIME >= 12 && !countitem(PiouEgg), l("Piou")), + rif(#LOGIN_ALLTIME >= 6 && !countitem(PiouEgg), l("Piou")), l("Nothing at the moment."); mes ""; |