diff --git a/src/servers/Server_Zone/Inventory/Inventory.cpp b/src/servers/Server_Zone/Inventory/Inventory.cpp index ee982043..dbcd2080 100644 --- a/src/servers/Server_Zone/Inventory/Inventory.cpp +++ b/src/servers/Server_Zone/Inventory/Inventory.cpp @@ -884,7 +884,7 @@ uint16_t Core::Inventory::calculateEquippedGearItemLevel() it++; } - return boost::algorithm::clamp( iLvlResult / 12, 0, 9999 ); + return boost::algorithm::clamp( iLvlResult / 13, 0, 9999 ); }