summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-11 16:35:29 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-11 16:35:29 -0300
commit35137d8a8bb38c948f472e93aeaff73bd632535c (patch)
tree0a43b9e0fc5baf4402087cc630bd97380984f403 /npc/003-1
parent1b17a5cfd352f1613584a403f049e3aad5210755 (diff)
downloadserverdata-35137d8a8bb38c948f472e93aeaff73bd632535c.tar.gz
serverdata-35137d8a8bb38c948f472e93aeaff73bd632535c.tar.bz2
serverdata-35137d8a8bb38c948f472e93aeaff73bd632535c.tar.xz
serverdata-35137d8a8bb38c948f472e93aeaff73bd632535c.zip
Fix the typo at Ishi, and reverse the logic
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/ishi.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt
index ee7b1885c..64c6ecee3 100644
--- a/npc/003-1/ishi.txt
+++ b/npc/003-1/ishi.txt
@@ -121,10 +121,10 @@
.@var=@menuret;
// Special cases
- if (.@var < 1)
- goto L_Give_all;
if (!.@var)
goto L_Close;
+ if (.@var < 0)
+ goto L_Give_all;
goto L_Items;