From c6ce5da315b13919409af73e37ec4daf488aa278 Mon Sep 17 00:00:00 2001 From: gir489 <100792176+gir489returns@users.noreply.github.com> Date: Sun, 28 Jul 2024 15:54:29 -0400 Subject: [PATCH] Added script patch to stop NPCs from putting bounties on us. (#3461) --- src/backend/script_patches.hpp | 81 +++++++++++++++++----------------- 1 file changed, 41 insertions(+), 40 deletions(-) diff --git a/src/backend/script_patches.hpp b/src/backend/script_patches.hpp index 90967334..80f8dc7c 100644 --- a/src/backend/script_patches.hpp +++ b/src/backend/script_patches.hpp @@ -1,40 +1,41 @@ -#pragma once -#include "pointers.hpp" -#include "services/script_patcher/script_patcher_service.hpp" - -#include