From 4e53f5464f36b33ea163bec26c2cef2a339d4b6c Mon Sep 17 00:00:00 2001 From: KimLS Date: Sat, 23 Nov 2024 22:53:22 -0800 Subject: [PATCH] Set focus effects enabled to 1 in op_logserver --- common/patches/larion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/patches/larion.cpp b/common/patches/larion.cpp index 4a0d2dc2b..24dcf1683 100644 --- a/common/patches/larion.cpp +++ b/common/patches/larion.cpp @@ -212,7 +212,7 @@ namespace Larion *(char*)&__packet->pBuffer[0x705] = 0; //Something about item restrictions, seems to always be set to 1 - *(char*)&__packet->pBuffer[0x710] = 0; + *(char*)&__packet->pBuffer[0x710] = 1; //This and 0x724 are often multiplied together in guild favor calcs, live and test send 1.0f *(float*)&__packet->pBuffer[0x720] = 1.0f;