mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-17 14:31:30 +00:00
Set focus effects enabled to 1 in op_logserver
This commit is contained in:
parent
233a0dda6a
commit
4e53f5464f
@ -212,7 +212,7 @@ namespace Larion
|
|||||||
*(char*)&__packet->pBuffer[0x705] = 0;
|
*(char*)&__packet->pBuffer[0x705] = 0;
|
||||||
|
|
||||||
//Something about item restrictions, seems to always be set to 1
|
//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
|
//This and 0x724 are often multiplied together in guild favor calcs, live and test send 1.0f
|
||||||
*(float*)&__packet->pBuffer[0x720] = 1.0f;
|
*(float*)&__packet->pBuffer[0x720] = 1.0f;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user