diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-08 14:04:11 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-08 14:04:39 -0300 |
commit | c2474769ffb9e3cbea45ff7cd3ce7454da5ff561 (patch) | |
tree | 903c1167f8ab73ae07323bf34cfe0df620fa6ddf | |
parent | 769f997c587f8f52a7c1240346cf92421fe8eda4 (diff) | |
download | serverdata-c2474769ffb9e3cbea45ff7cd3ce7454da5ff561.tar.gz serverdata-c2474769ffb9e3cbea45ff7cd3ce7454da5ff561.tar.bz2 serverdata-c2474769ffb9e3cbea45ff7cd3ce7454da5ff561.tar.xz serverdata-c2474769ffb9e3cbea45ff7cd3ce7454da5ff561.zip |
Untested unfinished fix to Ishi
-rw-r--r-- | npc/003-1/ishi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index a0e66869a..91459b243 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -122,7 +122,7 @@ L_Items: goto L_NoPlace; debugmes "Testing rares"; - for (.@b = 0; .@b < (getarraysize(@Rares$)/2); .@b=.@b+2) { + for (.@b = 0; .@b < getarraysize(@Rares$); .@b=.@b+2) { .@lucky = rand(10000); // 0 - 99999 debugmes "Checking "+@Rares$[b]+" - b is now "+.@b; debugmes l("Check @@ <= @@", .@lucky, @Rares$[b+1]); |