mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
pp revert
This commit is contained in:
+1
-1
@@ -1130,7 +1130,7 @@ bool Database::CheckDatabaseConversions() {
|
||||
|
||||
/* Verify PP Integrity */
|
||||
lengths = mysql_fetch_lengths(result2);
|
||||
if (lengths[1] > 0) {
|
||||
if (lengths[1] == sizeof(PlayerProfile_Struct)) {
|
||||
memcpy(pp, row2[1], sizeof(PlayerProfile_Struct));
|
||||
// printf("FINE: Player profile '%s' %i length Expected: %i, Got: %i \n", row2[2], atoi(row2[3]), sizeof(PlayerProfile_Struct), lengths[1]);
|
||||
}
|
||||
|
||||
@@ -801,8 +801,8 @@ struct SuspendedMinion_Struct
|
||||
** OpCode: 0x006a
|
||||
*/
|
||||
static const uint32 MAX_PP_LANGUAGE = 28;
|
||||
static const uint32 MAX_PP_SPELLBOOK = 720; // Increased to 480 to support SoF
|
||||
static const uint32 MAX_PP_MEMSPELL = 12;
|
||||
static const uint32 MAX_PP_SPELLBOOK = 480; // Increased to 480 to support SoF
|
||||
static const uint32 MAX_PP_MEMSPELL = 9;
|
||||
static const uint32 MAX_PP_SKILL = _SkillPacketArraySize; // 100 - actual skills buffer size
|
||||
static const uint32 MAX_PP_AA_ARRAY = 240;
|
||||
static const uint32 MAX_GROUP_MEMBERS = 6;
|
||||
|
||||
Reference in New Issue
Block a user