From 548e37698d48d7d64acb6f84f4ec5fc2a33fb2cb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 11 Aug 2019 00:16:43 -0300 Subject: Fix bug which prevented daily login bonus --- npc/items/alcohol.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/items/alcohol.txt b/npc/items/alcohol.txt index 01eb4d4b0..1c157584b 100644 --- a/npc/items/alcohol.txt +++ b/npc/items/alcohol.txt @@ -105,6 +105,6 @@ OnUse: function script ALCReset { if (ALC_DELAYTIME < gettimetick(2)) ALC_THRESHOLD=0; - end; + return; } -- cgit v1.2.3-70-g09d2