diff options
Diffstat (limited to 'npc/017-1')
-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 7b3ec5691..3eb094fd1 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -12,7 +12,7 @@ goto L_Register; // Out Of Stock - if (!.stock) + if (.stock <= 0) goto L_OutOfStock; // Normal |