summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-11 00:16:43 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-11 00:16:43 -0300
commit548e37698d48d7d64acb6f84f4ec5fc2a33fb2cb (patch)
tree3b03bf92472e7dc35d1a43f124b404868c605f7f
parent80cbbd03a61a401049fab4780eb21a4ababe2d34 (diff)
downloadserverdata-548e37698d48d7d64acb6f84f4ec5fc2a33fb2cb.tar.gz
serverdata-548e37698d48d7d64acb6f84f4ec5fc2a33fb2cb.tar.bz2
serverdata-548e37698d48d7d64acb6f84f4ec5fc2a33fb2cb.tar.xz
serverdata-548e37698d48d7d64acb6f84f4ec5fc2a33fb2cb.zip
Fix bug which prevented daily login bonus
-rw-r--r--npc/items/alcohol.txt2
1 files changed, 1 insertions, 1 deletions
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;
}