From 2d20de66fc8b929184735a8ebd8006e55aec4da3 Mon Sep 17 00:00:00 2001 From: NovaRain Date: Mon, 17 Jun 2024 15:21:36 +0800 Subject: [PATCH] Corrected proto pid offset in define_extra.h --- artifacts/scripting/headers/define_extra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/scripting/headers/define_extra.h b/artifacts/scripting/headers/define_extra.h index 37e8cb98a..722f2b3c2 100644 --- a/artifacts/scripting/headers/define_extra.h +++ b/artifacts/scripting/headers/define_extra.h @@ -178,7 +178,7 @@ //#define RMOBJ_LOAD_WEAPON RMOBJ_ITEM_REMOVED_INVEN // common prototype offsets for get/set_proto_data -#define PROTO_PID (1) +#define PROTO_PID (0) #define PROTO_TEXTID (4) #define PROTO_FID (8) #define PROTO_LDIST (12)