Core/Warden: Attempt to fix random ingame Lua errors with Warden enabled
(cherry picked from commit cd1858b04010fe790f9db45f629a8e81e367b7a4)
This commit is contained in:
@@ -253,7 +253,7 @@ void WardenWin::RequestChecks()
|
||||
[&expectedSize](uint16 id)
|
||||
{
|
||||
uint8 const thisSize = GetCheckPacketSize(sWardenCheckMgr->GetCheckData(id));
|
||||
if ((expectedSize + thisSize) > 512) // warden packets are truncated to 512 bytes clientside
|
||||
if ((expectedSize + thisSize) > 500) // warden packets are truncated to 512 bytes clientside
|
||||
return true;
|
||||
expectedSize += thisSize;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user