From 772fa200ac062a7dab2e4a22df61aab3ed70da6b Mon Sep 17 00:00:00 2001 From: Uleat Date: Thu, 26 May 2016 05:27:21 -0400 Subject: [PATCH] Update to client limits --- common/patches/rof2_limits.h | 2 +- common/patches/rof_limits.h | 2 +- common/patches/sod_limits.h | 2 +- common/patches/sof_limits.h | 2 +- common/patches/titanium_limits.h | 2 +- common/patches/uf_limits.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/patches/rof2_limits.h b/common/patches/rof2_limits.h index 70ce833b6..b38e88d7a 100644 --- a/common/patches/rof2_limits.h +++ b/common/patches/rof2_limits.h @@ -195,7 +195,7 @@ namespace RoF2 const size_t InvTypeLimboSize = 36; const size_t InvTypeTributeSize = 5; const size_t InvTypeTrophyTributeSize = 0;//unknown - const size_t InvTypeGuildTributeSize = 0;//unknown + const size_t InvTypeGuildTributeSize = 2;//unverified const size_t InvTypeMerchantSize = 200; const size_t InvTypeDeletedSize = 0;//unknown - "Recovery Tab" const size_t InvTypeCorpseSize = InvTypePossessionsSize; diff --git a/common/patches/rof_limits.h b/common/patches/rof_limits.h index 8b3d95591..14f9e32a1 100644 --- a/common/patches/rof_limits.h +++ b/common/patches/rof_limits.h @@ -187,7 +187,7 @@ namespace RoF const size_t InvTypeLimboSize = 36; const size_t InvTypeTributeSize = 5; const size_t InvTypeTrophyTributeSize = 0;//unknown - const size_t InvTypeGuildTributeSize = 0;//unknown + const size_t InvTypeGuildTributeSize = 2;//unverified const size_t InvTypeMerchantSize = 200; const size_t InvTypeDeletedSize = 0;//unknown - "Recovery Tab" const size_t InvTypeCorpseSize = InvTypePossessionsSize; diff --git a/common/patches/sod_limits.h b/common/patches/sod_limits.h index 1d364a431..e4f4ba3d7 100644 --- a/common/patches/sod_limits.h +++ b/common/patches/sod_limits.h @@ -175,7 +175,7 @@ namespace SoD const size_t InvTypeWorldSize = 10; const size_t InvTypeLimboSize = 36; const size_t InvTypeTributeSize = 5; - const size_t InvTypeGuildTributeSize = 0;//unknown + const size_t InvTypeGuildTributeSize = 2; const size_t InvTypeMerchantSize = 80; const size_t InvTypeCorpseSize = InvTypePossessionsSize; const size_t InvTypeBazaarSize = 80; diff --git a/common/patches/sof_limits.h b/common/patches/sof_limits.h index 1a91ba942..81c6727b1 100644 --- a/common/patches/sof_limits.h +++ b/common/patches/sof_limits.h @@ -175,7 +175,7 @@ namespace SoF const size_t InvTypeWorldSize = 10; const size_t InvTypeLimboSize = 36; const size_t InvTypeTributeSize = 5; - const size_t InvTypeGuildTributeSize = 0;//unknown + const size_t InvTypeGuildTributeSize = 2; const size_t InvTypeMerchantSize = 80; const size_t InvTypeCorpseSize = InvTypePossessionsSize; const size_t InvTypeBazaarSize = 80; diff --git a/common/patches/titanium_limits.h b/common/patches/titanium_limits.h index cbb023efd..79351bad7 100644 --- a/common/patches/titanium_limits.h +++ b/common/patches/titanium_limits.h @@ -174,7 +174,7 @@ namespace Titanium const size_t InvTypeWorldSize = 10; const size_t InvTypeLimboSize = 36; const size_t InvTypeTributeSize = 5; - const size_t InvTypeGuildTributeSize = 0;//unknown + const size_t InvTypeGuildTributeSize = 2; const size_t InvTypeMerchantSize = 80; const size_t InvTypeCorpseSize = InvTypePossessionsSize; const size_t InvTypeBazaarSize = 80; diff --git a/common/patches/uf_limits.h b/common/patches/uf_limits.h index e44d7f856..533ba87ab 100644 --- a/common/patches/uf_limits.h +++ b/common/patches/uf_limits.h @@ -176,7 +176,7 @@ namespace UF const size_t InvTypeWorldSize = 10; const size_t InvTypeLimboSize = 36; const size_t InvTypeTributeSize = 5; - const size_t InvTypeGuildTributeSize = 0;//unknown + const size_t InvTypeGuildTributeSize = 2; const size_t InvTypeMerchantSize = 80; const size_t InvTypeCorpseSize = InvTypePossessionsSize; const size_t InvTypeBazaarSize = 80;