summaryrefslogtreecommitdiff
path: root/npc/012-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-15 00:58:24 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-15 00:58:24 -0300
commit20400fdbf1cd09300e7a6dc9ab444420c980bbb0 (patch)
treec0f039c9c4269df33ba9b75f4980f11dcb4171a0 /npc/012-2
parent02761b874a7c098a69187b437ce1128319b50a9f (diff)
downloadserverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.tar.gz
serverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.tar.bz2
serverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.tar.xz
serverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.zip
Fix gcsantime()
Diffstat (limited to 'npc/012-2')
-rw-r--r--npc/012-2/helena.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt
index 5d1d7cd29..290e5e6b6 100644
--- a/npc/012-2/helena.txt
+++ b/npc/012-2/helena.txt
@@ -41,8 +41,8 @@ L_Daily:
mesq l("Ah, @@, my friend! Are you here to help us with 5 @@? Or perhaps you have 5 more @@ to show that Hurnscald is getting safer?", strcharinfo(0), getitemlink(TreasureKey), getitemlink(BanditHood));
mes "";
select
- rif((.@k < santime() || gcsantime()) && countitem(TreasureKey) >= 5, l("I have 5 Treasure keys with me.")),
- rif((.@h < santime() || gcsantime()) && countitem(BanditHood) >= 5, l("I have 5 Bandit Hoods with me.")),
+ rif((.@k < santime() || gcsantime(.@k)) && countitem(TreasureKey) >= 5, l("I have 5 Treasure keys with me.")),
+ rif((.@h < santime() || gcsantime(.@h)) && countitem(BanditHood) >= 5, l("I have 5 Bandit Hoods with me.")),
l("Nothing at the moment.");
mes "";
switch (@menu) {