diff options
Diffstat (limited to 'npc/012-1/mahad.txt')
-rw-r--r-- | npc/012-1/mahad.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/mahad.txt b/npc/012-1/mahad.txt index 4631825d7..f97fc358d 100644 --- a/npc/012-1/mahad.txt +++ b/npc/012-1/mahad.txt @@ -16,7 +16,7 @@ if (.@count == 0) close; .@Cost = .@count * .COST_PER_BOTTLE; - .@empty = countitem("EmptyBottle"); + .@empty = countitem(EmptyBottle); if (.@empty < .@count) goto L_NotEnoughBottles; |