diff options
Diffstat (limited to 'npc/items/alcohol.txt')
-rw-r--r-- | npc/items/alcohol.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/alcohol.txt b/npc/items/alcohol.txt index 80f017118..fd9aa0f07 100644 --- a/npc/items/alcohol.txt +++ b/npc/items/alcohol.txt @@ -30,7 +30,7 @@ if (getarg(1)) return getstatus(getarg(0), 1); else - return getstatus(getarg(0), 5); // Shouldn't it be 5? + return getstatus(getarg(0), 5); // Shouldn't it be 5? } return 0; } |