From d1be53bef2650ca80b2fc67025187a84498f65b5 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Thu, 12 Feb 2015 13:57:10 -0500 Subject: [PATCH] Fix RoF2 disc stuff --- common/patches/rof2_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/patches/rof2_structs.h b/common/patches/rof2_structs.h index 95f5c31e6..0935517c1 100644 --- a/common/patches/rof2_structs.h +++ b/common/patches/rof2_structs.h @@ -114,7 +114,7 @@ static const uint32 MAX_PP_SPELLBOOK = 720; // was 480 static const uint32 MAX_PP_MEMSPELL = 16; // was 12 static const uint32 MAX_PP_SKILL = PACKET_SKILL_ARRAY_SIZE; // 100 - actual skills buffer size static const uint32 MAX_PP_AA_ARRAY = 300; -static const uint32 MAX_PP_DISCIPLINES = 200; // was 100 +static const uint32 MAX_PP_DISCIPLINES = 300; // was 200 static const uint32 MAX_GROUP_MEMBERS = 6; static const uint32 MAX_RECAST_TYPES = 20;