From 7a81bb756ed7cc6baedd22df81a74d0197e964a4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 20 Jun 2021 13:35:21 -0300 Subject: Forgot BS restriction --- npc/functions/event.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 970d5e04d..9ee38c27b 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -298,6 +298,8 @@ function script CraftmasterDay { return; // Date check + if (!$BETASERVER) + return; if (gettime(7) != 2021) return; if (gettime(6) != JUNE) -- cgit v1.2.3-60-g2f50