From 9920b18ed93dc9d6ed49fd6d2dbe80bc1579cf1f Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Wed, 22 May 2024 15:14:46 +0300 Subject: [PATCH] disable 1000per5000 script --- erp24/scripts/tasks/task_31_for_5000_give_1000.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/scripts/tasks/task_31_for_5000_give_1000.php b/erp24/scripts/tasks/task_31_for_5000_give_1000.php index d766adc..70f16e3 100644 --- a/erp24/scripts/tasks/task_31_for_5000_give_1000.php +++ b/erp24/scripts/tasks/task_31_for_5000_give_1000.php @@ -27,7 +27,7 @@ $infoText = ''; $description = ''; $result = 0; -$enable = true; +$enable = false; $start = false; $force = true; -- 2.39.5