From 0451172a9fe54cf5f2d4d58ecc875577e86b161d Mon Sep 17 00:00:00 2001 From: Arthur <121949966+ShinyWasabi@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:49:01 +0300 Subject: [PATCH] Fix transaction_overlimit Global --- src/core/scr_globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/scr_globals.hpp b/src/core/scr_globals.hpp index 09bd7712..194602f1 100644 --- a/src/core/scr_globals.hpp +++ b/src/core/scr_globals.hpp @@ -38,7 +38,7 @@ namespace big::scr_globals static inline const script_global spawn_global(2696212); - static inline const script_global transaction_overlimit(20913); + static inline const script_global transaction_overlimit(4537455); static inline const script_global stats(2359296);